forked from Archive/PX4-Autopilot
Save code size on commander, reduce stack size of starting tool (NOT OF THE APP ITSELF!)
This commit is contained in:
parent
a1aa8e84ff
commit
63905265eb
|
@ -47,3 +47,7 @@ SRCS = commander.cpp \
|
|||
baro_calibration.cpp \
|
||||
rc_calibration.cpp \
|
||||
airspeed_calibration.cpp
|
||||
|
||||
MODULE_STACKSIZE = 1200
|
||||
|
||||
MAXOPTIMIZATION = -Os
|
||||
|
|
Loading…
Reference in New Issue