aboutsummaryrefslogtreecommitdiff
path: root/apps/px4
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2012-08-16 16:57:44 +0200
committerLorenz Meier <lm@inf.ethz.ch>2012-08-16 16:57:44 +0200
commit18e71843be6389e9c27a52b2117e78305496aa2e (patch)
tree3c232872feaf34a1a031dc253560d269aa63a3b4 /apps/px4
parent46c4b987ccdd3c56588bf639a5500d974d5d2be6 (diff)
downloadpx4-firmware-18e71843be6389e9c27a52b2117e78305496aa2e.tar.gz
px4-firmware-18e71843be6389e9c27a52b2117e78305496aa2e.tar.bz2
px4-firmware-18e71843be6389e9c27a52b2117e78305496aa2e.zip
Increased attitude estimator bm stack
Diffstat (limited to 'apps/px4')
-rw-r--r--apps/px4/attitude_estimator_bm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/px4/attitude_estimator_bm/Makefile b/apps/px4/attitude_estimator_bm/Makefile
index cf971ae05..172940115 100644
--- a/apps/px4/attitude_estimator_bm/Makefile
+++ b/apps/px4/attitude_estimator_bm/Makefile
@@ -37,6 +37,6 @@
APPNAME = attitude_estimator_bm
PRIORITY = SCHED_PRIORITY_MAX - 10
-STACKSIZE = 4096
+STACKSIZE = 8000
include $(APPDIR)/mk/app.mk