forked from Archive/PX4-Autopilot
mavlink start tool: Reduce stack size to 1000 - it is really just the commandline handler
This commit is contained in:
parent
b43f2e8be9
commit
ddbad698bc
|
@ -49,4 +49,4 @@ INCLUDE_DIRS += $(MAVLINK_SRC)/include/mavlink
|
||||||
|
|
||||||
MAXOPTIMIZATION = -Os
|
MAXOPTIMIZATION = -Os
|
||||||
|
|
||||||
MODULE_STACKSIZE = 1200
|
MODULE_STACKSIZE = 1024
|
||||||
|
|
Loading…
Reference in New Issue