mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
param command: Reduce stack size to 1800 after careful testing
This commit is contained in:
parent
1e13b5a02c
commit
b2945fda53
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user