mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-25 08:10:35 +08:00
top: Reduce stack size, but leave some room if it has to print a few more apps
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
MODULE_COMMAND = top
|
||||
SRCS = top.c
|
||||
|
||||
MODULE_STACKSIZE = 2048
|
||||
MODULE_STACKSIZE = 1700
|
||||
|
||||
MAXOPTIMIZATION = -Os
|
||||
|
||||
|
||||
Reference in New Issue
Block a user