Commit 7aec8c24 authored by Omar Gabella's avatar Omar Gabella

KM3NET BROADCAST : Monitor modified to show less info.

parent 76fb9936
Pipeline #1222 failed with stages
......@@ -220,7 +220,8 @@ int wrc_mon_gui(void)
pp_printf("\n");
}
#ifndef BROADCAST
/* If compiled with broadcast this information is meaninless, so don't show */
cprintf(C_BLUE, "\nTiming parameters:\n");
cprintf(C_GREY, "Round-trip time (mu): ");
......@@ -258,7 +259,7 @@ int wrc_mon_gui(void)
cprintf(C_GREY, "Update counter:");
cprintf(C_WHITE, "%27d\n", (int32_t) (s->update_count));
#endif
return 1;
}
......
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