Browse Source

Merge branch 'master' of github.com:PX4/Firmware into beta_mavlink2

sbg
Lorenz Meier 11 years ago
parent
commit
eccbccb826
  1. 4
      ROMFS/px4fmu_common/init.d/rcS

4
ROMFS/px4fmu_common/init.d/rcS

@ -474,7 +474,7 @@ then @@ -474,7 +474,7 @@ then
sh /etc/init.d/rc.interface
# Start standard fixedwing apps
if [ LOAD_DEFAULT_APPS == yes ]
if [ $LOAD_DEFAULT_APPS == yes ]
then
sh /etc/init.d/rc.fw_apps
fi
@ -533,7 +533,7 @@ then @@ -533,7 +533,7 @@ then
sh /etc/init.d/rc.interface
# Start standard multicopter apps
if [ LOAD_DEFAULT_APPS == yes ]
if [ $LOAD_DEFAULT_APPS == yes ]
then
sh /etc/init.d/rc.mc_apps
fi

Loading…
Cancel
Save