Commit 0ba8e9e2 authored by Lucas Russo's avatar Lucas Russo

examples/si571_ctl.c: fix wrong service name

parent 9e993de4
......@@ -127,7 +127,7 @@ int main (int argc, char *argv [])
}
char service[50];
snprintf (service, sizeof (service), "BPM%u:DEVIO:FMC130M_4CH%u", board_number, bpm_number);
snprintf (service, sizeof (service), "BPM%u:DEVIO:FMC_ACTIVE_CLK%u", board_number, bpm_number);
bpm_client_t *bpm_client = bpm_client_new (broker_endp, verbose, NULL);
if (bpm_client == NULL) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment