Commit 3af3fc3e authored by Jean-Claude BAU's avatar Jean-Claude BAU

WR extension: Call locking reset when transition SLAVE-> UNCALIBRATED

parent 58dd2a17
......@@ -223,6 +223,7 @@ static void wr_state_change(struct pp_instance *ppi)
if ( ppi->state==PPS_SLAVE && ppi->next_state!=PPS_UNCALIBRATED ) {
/* Leave SLAVE state : We must stop the PPS generation */
TOPS(ppi)->enable_timing_output(GLBS(ppi),0);
WRH_OPER()->locking_reset(ppi);
}
} else {
wr_reset_process(ppi,WR_ROLE_NONE);
......
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