forked from Archive/PX4-Autopilot
px4/fmu-v5: disable dumpfile & motor_ramp commands in optimized.cmake
Reduce flash
This commit is contained in:
parent
5670db033d
commit
dfd6999643
|
@ -100,7 +100,7 @@ px4_add_board(
|
|||
SYSTEMCMDS
|
||||
#bl_update
|
||||
dmesg
|
||||
dumpfile
|
||||
#dumpfile
|
||||
#esc_calib
|
||||
#gpio
|
||||
hardfault_log
|
||||
|
@ -108,7 +108,7 @@ px4_add_board(
|
|||
led_control
|
||||
mft
|
||||
mixer
|
||||
motor_ramp
|
||||
#motor_ramp
|
||||
motor_test
|
||||
mtd
|
||||
nshterm
|
||||
|
|
Loading…
Reference in New Issue