Commit 7c23602e authored by Guido Visser's avatar Guido Visser

removed block parameter

parent f573feba
Pipeline #420 failed with stages
in 9 seconds
......@@ -50,8 +50,6 @@ void mpll_init(struct spll_main_state *s, int id_ref,
s->pi.kp = -4000 * 16;; // / 2;
s->pi.ki = -5 * 16;; // / 2;
s->pi.shift = 20;
s->pi.setblock=0;
#else
#error "Please set CONFIG for wr switch or wr node"
#endif
......
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