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