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

ptp_noposix: disable 1-PPS output when PTP is stopped

parent f6a5e5b5
......@@ -163,6 +163,7 @@ int wrc_ptp_start()
int wrc_ptp_stop()
{
ptp_enabled = 0;
shw_pps_gen_enable_output(0);
wr_servo_reset();
return 0;
}
......
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