Testing larger stack for sensors app

This commit is contained in:
Lorenz Meier 2012-08-20 13:11:19 +02:00
parent aaf2a23f18
commit 78db6c990b
1 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@
APPNAME = sensors
PRIORITY = SCHED_PRIORITY_MAX-5
STACKSIZE = 4096
# Reduce to 4096 on next occasion
STACKSIZE = 8000
include $(APPDIR)/mk/app.mk