Browse Source

PX4: use mode_pwm4 on startup

this prevents any pin activity on startup
mission-4.1.18
Andrew Tridgell 10 years ago
parent
commit
bdd265a985
  1. 6
      mk/PX4/ROMFS/init.d/rc.APM

6
mk/PX4/ROMFS/init.d/rc.APM

@ -193,8 +193,10 @@ then @@ -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

Loading…
Cancel
Save