ROMFS: Remove now unused variable

This commit is contained in:
Julian Oes 2021-12-14 10:57:10 +01:00 committed by Daniel Agar
parent b52972f3f8
commit 6ed48ad0c0
2 changed files with 0 additions and 6 deletions

View File

@ -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.

View File

@ -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"