mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 10:26:52 +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 STARTUP_TUNE 1
|
||||||
set USE_IO no
|
set USE_IO no
|
||||||
set VEHICLE_TYPE none
|
set VEHICLE_TYPE none
|
||||||
set DATAMAN_ARGS ""
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Print full system version.
|
# Print full system version.
|
||||||
@@ -594,7 +593,6 @@ unset SDCARD_MIXERS_PATH
|
|||||||
unset STARTUP_TUNE
|
unset STARTUP_TUNE
|
||||||
unset USE_IO
|
unset USE_IO
|
||||||
unset VEHICLE_TYPE
|
unset VEHICLE_TYPE
|
||||||
unset DATAMAN_ARGS
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Boot is complete, inform MAVLink app(s) that the system is now fully up and running.
|
# 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
|
# Use MAVLink log streaming
|
||||||
set LOGGER_ARGS "-m mavlink -c 0.5"
|
set LOGGER_ARGS "-m mavlink -c 0.5"
|
||||||
|
|
||||||
# Save missions RAM
|
|
||||||
set DATAMAN_ARGS "-r"
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user