mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
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
|
||||
SRCS = top.c
|
||||
|
||||
MODULE_STACKSIZE = 2048
|
||||
MODULE_STACKSIZE = 1700
|
||||
|
||||
MAXOPTIMIZATION = -Os
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user