reboot command: Reduce stack size to 800 - it really just reboots and does not need stack

This commit is contained in:
Lorenz Meier 2014-05-15 09:03:45 +02:00
parent b2945fda53
commit 35e7e375de
1 changed files with 2 additions and 0 deletions

View File

@ -39,3 +39,5 @@ MODULE_COMMAND = reboot
SRCS = reboot.c
MAXOPTIMIZATION = -Os
MODULE_STACKSIZE = 800