mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
reboot command: Reduce stack size to 800 - it really just reboots and does not need stack
This commit is contained in:
parent
b2945fda53
commit
35e7e375de
@ -39,3 +39,5 @@ MODULE_COMMAND = reboot
|
||||
SRCS = reboot.c
|
||||
|
||||
MAXOPTIMIZATION = -Os
|
||||
|
||||
MODULE_STACKSIZE = 800
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user