Skip to content
Snippets Groups Projects
Commit c22b79ec authored by Beat Küng's avatar Beat Küng
Browse files

pwm.c: fix wrong comment

parent 45bc882f
No related branches found
No related tags found
No related merge requests found
......@@ -957,7 +957,7 @@ pwm_main(int argc, char *argv[])
ret = px4_ioctl(fd, PWM_SERVO_SET_FORCE_FAILSAFE, 1);
} else {
/* force failsafe */
/* disable failsafe */
ret = px4_ioctl(fd, PWM_SERVO_SET_FORCE_FAILSAFE, 0);
}
......@@ -981,7 +981,7 @@ pwm_main(int argc, char *argv[])
ret = px4_ioctl(fd, PWM_SERVO_SET_TERMINATION_FAILSAFE, 1);
} else {
/* force failsafe */
/* disable failsafe */
ret = px4_ioctl(fd, PWM_SERVO_SET_TERMINATION_FAILSAFE, 0);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment