forked from Archive/PX4-Autopilot
top: Reduce stack size, but leave some room if it has to print a few more apps
This commit is contained in:
parent
ddbad698bc
commit
9f097c1858
|
@ -38,7 +38,7 @@
|
||||||
MODULE_COMMAND = top
|
MODULE_COMMAND = top
|
||||||
SRCS = top.c
|
SRCS = top.c
|
||||||
|
|
||||||
MODULE_STACKSIZE = 2048
|
MODULE_STACKSIZE = 1700
|
||||||
|
|
||||||
MAXOPTIMIZATION = -Os
|
MAXOPTIMIZATION = -Os
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue