aboutsummaryrefslogtreecommitdiff
path: root/src/modules/ekf_att_pos_estimator
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-12-26 17:36:34 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-12-26 17:36:34 +0100
commit2f6767480b5c88c16ec181b47d194bd9dabdc959 (patch)
tree9bffaaf179b904326a5e15fb78fcbc41f37ce973 /src/modules/ekf_att_pos_estimator
parented493918f70560067e213847b5546166398d494e (diff)
downloadpx4-firmware-2f6767480b5c88c16ec181b47d194bd9dabdc959.tar.gz
px4-firmware-2f6767480b5c88c16ec181b47d194bd9dabdc959.tar.bz2
px4-firmware-2f6767480b5c88c16ec181b47d194bd9dabdc959.zip
EKF att/pos estimator: Fix warnings (cross-checked stack size already)
Diffstat (limited to 'src/modules/ekf_att_pos_estimator')
-rw-r--r--src/modules/ekf_att_pos_estimator/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/ekf_att_pos_estimator/module.mk b/src/modules/ekf_att_pos_estimator/module.mk
index 4311fb3f9..843dde978 100644
--- a/src/modules/ekf_att_pos_estimator/module.mk
+++ b/src/modules/ekf_att_pos_estimator/module.mk
@@ -42,5 +42,5 @@ SRCS = ekf_att_pos_estimator_main.cpp \
estimator_23states.cpp \
estimator_utilities.cpp
-EXTRACXXFLAGS = -Weffc++ -Wframe-larger-than=3000
+EXTRACXXFLAGS = -Weffc++ -Wframe-larger-than=6100