mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 17:36:40 +08:00
ROMFS: Remove now unused variable
This commit is contained in:
@@ -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
|
||||
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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user