mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
ROMFS: add option for dataman args
This is required for boards requiring dataman in RAM.
This commit is contained in:
parent
bb09646b41
commit
7d09635fb6
@ -52,6 +52,7 @@ set STARTUP_TUNE 1
|
||||
set STARTUP_TUNE_VOLUME ""
|
||||
set USE_IO no
|
||||
set VEHICLE_TYPE none
|
||||
set DATAMAN_ARGS ""
|
||||
|
||||
#
|
||||
# Print full system version.
|
||||
@ -606,6 +607,7 @@ unset STARTUP_TUNE
|
||||
unset STARTUP_TUNE_VOLUME
|
||||
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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user