Add pwm failsafe -c argument to rc.interface, reference issue #9775.

This commit is contained in:
mcsauder
2018-07-17 06:40:07 -06:00
committed by Beat Küng
parent 71ceb0cfd6
commit 1d7dbdddca

View File

@@ -182,7 +182,7 @@ then
if [ $FAILSAFE_AUX != none ]
then
pwm failsafe -p ${FAILSAFE} -d ${OUTPUT_AUX_DEV}
pwm failsafe -c ${PWM_AUX_OUT} -p ${FAILSAFE} -d ${OUTPUT_AUX_DEV}
fi
fi
fi
@@ -226,7 +226,7 @@ then
if [ $FAILSAFE != none ]
then
pwm failsafe -p ${FAILSAFE} -d ${OUTPUT_DEV}
pwm failsafe -c ${PWM_OUT} -p ${FAILSAFE} -d ${OUTPUT_DEV}
fi
fi