forked from Archive/PX4-Autopilot
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
|
SRCS = reboot.c
|
||||||
|
|
||||||
MAXOPTIMIZATION = -Os
|
MAXOPTIMIZATION = -Os
|
||||||
|
|
||||||
|
MODULE_STACKSIZE = 800
|
||||||
|
|
Loading…
Reference in New Issue