Commit 026d1141 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

wrc_main: set spll mode for master and slave

parent c41204d2
...@@ -342,8 +342,12 @@ int main(void) ...@@ -342,8 +342,12 @@ int main(void)
{ {
wrc_initialize(); wrc_initialize();
#ifdef WRPC_SLAVE
softpll_set_mode(0); softpll_set_mode(0);
//softpll_enable(); #endif
#ifdef WRPC_MASTER
softpll_set_mode(1);
#endif
// for(;;); // for(;;);
for(;;) for(;;)
......
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