Browse Source

ROMFS: Corrected land detector startup scripts

sbg
Johan Jansen 10 years ago
parent
commit
73c7b44f6a
  1. 2
      ROMFS/px4fmu_common/init.d/rc.fw_apps
  2. 2
      ROMFS/px4fmu_common/init.d/rc.mc_apps

2
ROMFS/px4fmu_common/init.d/rc.fw_apps

@ -17,7 +17,7 @@ fw_pos_control_l1 start @@ -17,7 +17,7 @@ fw_pos_control_l1 start
#
# Start Land Detector
#
fw_land_detector start
land_detector start fixedwing
#
# Misc apps

2
ROMFS/px4fmu_common/init.d/rc.mc_apps

@ -14,4 +14,4 @@ mc_pos_control start @@ -14,4 +14,4 @@ mc_pos_control start
#
# Start Land Detector
#
mc_land_detector start
land_detector start multicopter

Loading…
Cancel
Save