Commit b4c4b73a authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

dev/rxts_calibrator: start PLL without forced LJD support

parent dc8f438c
......@@ -201,7 +201,7 @@ int measure_t24p(uint32_t *value)
while (!ep_link_up(NULL))
timer_delay_ms(100);
spll_init(SPLL_MODE_SLAVE, 0, SPLL_FLAG_USE_LJD);
spll_init(SPLL_MODE_SLAVE, 0, 0);
pp_printf("Locking PLL...\n");
while (!spll_check_lock(0))
timer_delay_ms(100);
......
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