Commit 8144eeb1 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk Committed by Adam Wujek

wrsw_hal: print message also when GM succeeds locking to external reference

parent 8c50d5a3
...@@ -90,8 +90,12 @@ int hal_init_timing(char *filename) ...@@ -90,8 +90,12 @@ int hal_init_timing(char *filename)
continue; continue;
} }
if (pstate.flags & RTS_DMTD_LOCKED) if (pstate.flags & RTS_DMTD_LOCKED) {
if (timing_mode == HAL_TIMING_MODE_GRAND_MASTER)
pr_info("GrandMaster locked to external "
"reference\n");
break; break;
}
usleep(100000); usleep(100000);
} }
......
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