aboutsummaryrefslogtreecommitdiff
path: root/src/modules/attitude_estimator_ekf
diff options
context:
space:
mode:
authorDaniel Agar <daniel@agar.ca>2014-12-23 10:56:32 -0500
committerDaniel Agar <daniel@agar.ca>2014-12-23 11:18:30 -0500
commitd14fdf896b0081403908599a3164d09941d363c9 (patch)
tree0ef279765f2988790f1d5329db3ce86352f8dd2f /src/modules/attitude_estimator_ekf
parentd511e39ea7a3f1e0cb672b14598e18a7df18156a (diff)
downloadpx4-firmware-d14fdf896b0081403908599a3164d09941d363c9.tar.gz
px4-firmware-d14fdf896b0081403908599a3164d09941d363c9.tar.bz2
px4-firmware-d14fdf896b0081403908599a3164d09941d363c9.zip
rotate_3f() implement missing ROTATION_ROLL_270_YAW_270
Diffstat (limited to 'src/modules/attitude_estimator_ekf')
-rw-r--r--src/modules/attitude_estimator_ekf/module.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/modules/attitude_estimator_ekf/module.mk b/src/modules/attitude_estimator_ekf/module.mk
index c4bf34229..96ba45242 100644
--- a/src/modules/attitude_estimator_ekf/module.mk
+++ b/src/modules/attitude_estimator_ekf/module.mk
@@ -43,7 +43,6 @@ SRCS = attitude_estimator_ekf_main.cpp \
MODULE_STACKSIZE = 1200
-EXTRACFLAGS = -Wno-float-equal -Wno-error
-
-EXTRACXXFLAGS = -Wno-error
+EXTRACFLAGS = -Wno-float-equal
+EXTRACXXFLAGS = -Wno-frame-larger-than