Reduce stack size of preflight check tool

This commit is contained in:
Lorenz Meier 2014-05-14 19:37:27 +02:00
parent 8962c27274
commit d50ae8bb59
1 changed files with 2 additions and 0 deletions

View File

@ -40,3 +40,5 @@ MODULE_COMMAND = preflight_check
SRCS = preflight_check.c SRCS = preflight_check.c
MAXOPTIMIZATION = -Os MAXOPTIMIZATION = -Os
MODULE_STACKSIZE = 1800