fixed startup for VTOL -> some variable names were changed lately

This commit is contained in:
Roman Bapst
2014-12-18 10:43:32 +01:00
parent 6e874bed50
commit 0e79cbf234
3 changed files with 3 additions and 3 deletions

View File

@@ -584,7 +584,7 @@ then
sh /etc/init.d/rc.interface
# Start standard vtol apps
if [ $LOAD_DEFAULT_APPS == yes ]
if [ $LOAD_DAPPS == yes ]
then
sh /etc/init.d/rc.vtol_apps
fi