Browse Source

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

sbg
mcsauder 7 years ago committed by Beat Küng
parent
commit
1d7dbdddca
  1. 4
      ROMFS/px4fmu_common/init.d/rc.interface

4
ROMFS/px4fmu_common/init.d/rc.interface

@ -182,7 +182,7 @@ then @@ -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 @@ -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

Loading…
Cancel
Save