aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-12-28 23:22:02 +0100
committerThomas Gubler <thomasgubler@gmail.com>2014-12-28 23:22:02 +0100
commitc583f1fe8b9e66b42dd4697a5908541dfdd57f69 (patch)
tree988c42641c201b6eed693968f7f3a16782b2460e /src
parentc29972424f6d7b99633c8497f0c25ab7cda4d2ca (diff)
downloadpx4-firmware-c583f1fe8b9e66b42dd4697a5908541dfdd57f69.tar.gz
px4-firmware-c583f1fe8b9e66b42dd4697a5908541dfdd57f69.tar.bz2
px4-firmware-c583f1fe8b9e66b42dd4697a5908541dfdd57f69.zip
increase commander framesize
Diffstat (limited to 'src')
-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 dac2ce59a..0e2a5356b 100644
--- a/src/modules/commander/module.mk
+++ b/src/modules/commander/module.mk
@@ -52,5 +52,5 @@ MODULE_STACKSIZE = 1200
MAXOPTIMIZATION = -Os
-EXTRACXXFLAGS = -Wframe-larger-than=1900
+EXTRACXXFLAGS = -Wframe-larger-than=2000