aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/module.mk
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-02-09 13:56:53 +0100
committerLorenz Meier <lm@inf.ethz.ch>2015-02-09 22:56:25 +0100
commitd3dd4a21e2d4b3a25e4ab577574c1b0a72a9df9e (patch)
treef66010db438af4e830c1d801f7705c39a52fd7ab /src/modules/commander/module.mk
parent22d80a80f479b589eb8ca188d4e789a907ffc719 (diff)
downloadpx4-firmware-d3dd4a21e2d4b3a25e4ab577574c1b0a72a9df9e.tar.gz
px4-firmware-d3dd4a21e2d4b3a25e4ab577574c1b0a72a9df9e.tar.bz2
px4-firmware-d3dd4a21e2d4b3a25e4ab577574c1b0a72a9df9e.zip
commander: Support commandline sensor calibration
Diffstat (limited to 'src/modules/commander/module.mk')
-rw-r--r--src/modules/commander/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/commander/module.mk b/src/modules/commander/module.mk
index 0e2a5356b..4a1369aba 100644
--- a/src/modules/commander/module.mk
+++ b/src/modules/commander/module.mk
@@ -48,7 +48,7 @@ SRCS = commander.cpp \
rc_calibration.cpp \
airspeed_calibration.cpp
-MODULE_STACKSIZE = 1200
+MODULE_STACKSIZE = 5000
MAXOPTIMIZATION = -Os