aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/mpu6000/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drivers/mpu6000/Makefile')
-rw-r--r--apps/drivers/mpu6000/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/drivers/mpu6000/Makefile b/apps/drivers/mpu6000/Makefile
index e03eef67d..32df1bdae 100644
--- a/apps/drivers/mpu6000/Makefile
+++ b/apps/drivers/mpu6000/Makefile
@@ -37,6 +37,6 @@
APPNAME = mpu6000
PRIORITY = SCHED_PRIORITY_DEFAULT
-STACKSIZE = 2048
+STACKSIZE = 4096
include $(APPDIR)/mk/app.mk