forked from Archive/PX4-Autopilot
Reduce stack size of preflight check tool
This commit is contained in:
parent
8962c27274
commit
d50ae8bb59
|
@ -40,3 +40,5 @@ MODULE_COMMAND = preflight_check
|
|||
SRCS = preflight_check.c
|
||||
|
||||
MAXOPTIMIZATION = -Os
|
||||
|
||||
MODULE_STACKSIZE = 1800
|
||||
|
|
Loading…
Reference in New Issue