mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-26 12:20:34 +08:00
mavlink start tool: Reduce stack size to 1000 - it is really just the commandline handler
This commit is contained in:
@@ -49,4 +49,4 @@ INCLUDE_DIRS += $(MAVLINK_SRC)/include/mavlink
|
||||
|
||||
MAXOPTIMIZATION = -Os
|
||||
|
||||
MODULE_STACKSIZE = 1200
|
||||
MODULE_STACKSIZE = 1024
|
||||
|
||||
Reference in New Issue
Block a user