Commit 5b813b51 authored by Jean-Claude BAU's avatar Jean-Claude BAU

WR servo issue

The delayMS in PS was not set in the WR servo.
parent 6239ca56
......@@ -229,6 +229,7 @@ static int __wrh_servo_update(struct pp_instance *ppi)
return 0;
s->delayMM_ps=pp_time_to_picos(&gs->delayMM);
s->delayMS_ps=pp_time_to_picos(&gs->delayMS);
offsetMS=gs->offsetFromMaster;
s->offsetMS_ps=pp_time_to_picos(&offsetMS);
s->tracking_enabled = wrh_tracking_enabled;
......
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