Browse Source

HAL_PX4: fixed startup bug in fmu_only mode

master
Andrew Tridgell 12 years ago
parent
commit
93fc9c48e5
  1. 2
      libraries/AP_HAL_PX4/scripts/rc.APM

2
libraries/AP_HAL_PX4/scripts/rc.APM

@ -82,7 +82,7 @@ then @@ -82,7 +82,7 @@ then
if [ -f /fs/microsd/APM/fmu_only ]
then
echo "Setting up PX4FMU direct mode"
fmu start mode_pwm
fmu mode_pwm
if [ $deviceC == /dev/ttyS1 ]
then
# ttyS1 is used for PWM output when there

Loading…
Cancel
Save