mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-09 20:04:05 +08:00
param command: Reduce stack size to 1800 after careful testing
This commit is contained in:
@@ -38,7 +38,8 @@
|
||||
MODULE_COMMAND = param
|
||||
SRCS = param.c
|
||||
|
||||
MODULE_STACKSIZE = 4096
|
||||
# Note: measurements yielded a max of 900 bytes used.
|
||||
MODULE_STACKSIZE = 1800
|
||||
|
||||
MAXOPTIMIZATION = -Os
|
||||
|
||||
|
||||
Reference in New Issue
Block a user