mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 08:54:08 +08:00
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
|
||||
|
||||
MODULE_STACKSIZE = 1200
|
||||
MODULE_STACKSIZE = 1024
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user