Commit 5110a1d2 authored by Peter Jansweijer's avatar Peter Jansweijer

implement spec7 post_pll_lock call.

parent 038da90b
......@@ -182,6 +182,11 @@ int wrc_ptp_set_mode(int mode)
}
pp_printf("\n");
#if defined(CONFIG_TARGET_SPEC7)
// Once Lock established do final SPEC7 specific synchronization
post_pll_lock(mode);
#endif
/* If we can't lock to the atomic/gps, we say it in the class */
if (error && mode == WRC_MODE_GM)
*class_ptr = PP_CLASS_WR_GM_UNLOCKED;
......
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