PX4: use mode_pwm4 on startup

this prevents any pin activity on startup
This commit is contained in:
Andrew Tridgell 2015-02-23 13:23:00 +11:00
parent 7c975808f8
commit bdd265a985

View File

@ -193,8 +193,10 @@ then
echo "Setting FMU mode_serial"
fmu mode_serial
else
echo "Setting FMU mode_pwm"
fmu mode_pwm
if fmu mode_pwm4
then
echo "Set FMU mode_pwm4"
fi
fi