mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 18:52:46 +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