Commit 674acb42 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

new ext SPLL needs updating alignment FSM

parent 495d332a
......@@ -153,6 +153,7 @@ int wrc_ptp_set_mode(int mode)
wrp->ops->enable_timing_output(ppi, 0); /* later, wr_init chooses */
while (!spll_check_lock(0) && lock_timeout) {
spll_update();
timer_delay(TICS_PER_SECOND);
if (timer_get_tics() - start_tics > lock_timeout) {
pp_printf("\nLock timeout.");
......
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