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

This commit is contained in:
Lorenz Meier 2014-03-16 12:12:33 +01:00
commit c256ba54a0
1 changed files with 2 additions and 2 deletions

View File

@ -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
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