Commit 0f22c9b5 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

wrc_main: enable ptracker during initialization

parent ffa85d1b
......@@ -269,6 +269,9 @@ void wrc_initialize()
//spll_init(SPLL_MODE_GRAND_MASTER, 0, 1);
//spll_init(SPLL_MODE_FREE_RUNNING_MASTER, 0, 1);
spll_init(SPLL_MODE_SLAVE, 0, 1);
//Enable Ptracker
spll_enable_ptracker(0, 1);
}
#define LINK_WENT_UP 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