aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/px4fmu_common/init.d/rcS
diff options
context:
space:
mode:
Diffstat (limited to 'ROMFS/px4fmu_common/init.d/rcS')
-rwxr-xr-xROMFS/px4fmu_common/init.d/rcS12
1 files changed, 6 insertions, 6 deletions
diff --git a/ROMFS/px4fmu_common/init.d/rcS b/ROMFS/px4fmu_common/init.d/rcS
index 5327ee7ca..6c76f5fe9 100755
--- a/ROMFS/px4fmu_common/init.d/rcS
+++ b/ROMFS/px4fmu_common/init.d/rcS
@@ -145,6 +145,12 @@ then
sh /etc/init.d/1004_rc_fw_Rascal110.hil
set MODE custom
fi
+
+ if param compare SYS_AUTOSTART 901
+ then
+ sh /etc/init.d/901_bottle_drop_test.hil
+ set MODE custom
+ fi
if [ $MODE != custom ]
then
@@ -324,12 +330,6 @@ then
sh /etc/init.d/900_bottle_drop_test
set MODE custom
fi
-
- if param compare SYS_AUTOSTART 901
- then
- sh /etc/init.d/901_bottle_drop_test.hil
- set MODE custom
- fi
# Start any custom extensions that might be missing
if [ -f /fs/microsd/etc/rc.local ]