Browse Source

ROMFS: Remove now unused variable

master
Julian Oes 3 years ago committed by Daniel Agar
parent
commit
6ed48ad0c0
  1. 2
      ROMFS/px4fmu_common/init.d/rcS
  2. 4
      boards/atl/mantis-edu/init/rc.board_defaults

2
ROMFS/px4fmu_common/init.d/rcS

@ -51,7 +51,6 @@ set SDCARD_MIXERS_PATH /fs/microsd/etc/mixers @@ -51,7 +51,6 @@ set SDCARD_MIXERS_PATH /fs/microsd/etc/mixers
set STARTUP_TUNE 1
set USE_IO no
set VEHICLE_TYPE none
set DATAMAN_ARGS ""
#
# Print full system version.
@ -594,7 +593,6 @@ unset SDCARD_MIXERS_PATH @@ -594,7 +593,6 @@ unset SDCARD_MIXERS_PATH
unset STARTUP_TUNE
unset USE_IO
unset VEHICLE_TYPE
unset DATAMAN_ARGS
#
# Boot is complete, inform MAVLink app(s) that the system is now fully up and running.

4
boards/atl/mantis-edu/init/rc.board_defaults

@ -22,7 +22,3 @@ param set-default SYS_DM_BACKEND 1 @@ -22,7 +22,3 @@ param set-default SYS_DM_BACKEND 1
# Use MAVLink log streaming
set LOGGER_ARGS "-m mavlink -c 0.5"
# Save missions RAM
set DATAMAN_ARGS "-r"

Loading…
Cancel
Save