aboutsummaryrefslogtreecommitdiff
path: root/src/modules/ekf_att_pos_estimator
diff options
context:
space:
mode:
authorJulian Oes <julian@oes.ch>2014-05-27 23:24:34 +0200
committerJulian Oes <julian@oes.ch>2014-05-27 23:24:34 +0200
commit5f91fe7d15e382b8903cb01c30e28c857f5cfdbe (patch)
treecbf0e1c2822eed93fe037d1ed80a21f42cc0f3bb /src/modules/ekf_att_pos_estimator
parentc8903b167230bc2efdb908e78135a0fa0abc745c (diff)
parent7e7d78f50655f2f5f1291cf79a249e06f6a08017 (diff)
downloadpx4-firmware-5f91fe7d15e382b8903cb01c30e28c857f5cfdbe.tar.gz
px4-firmware-5f91fe7d15e382b8903cb01c30e28c857f5cfdbe.tar.bz2
px4-firmware-5f91fe7d15e382b8903cb01c30e28c857f5cfdbe.zip
Merge remote-tracking branch 'px4/master' into navigator_rewrite
Diffstat (limited to 'src/modules/ekf_att_pos_estimator')
-rw-r--r--src/modules/ekf_att_pos_estimator/estimator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/ekf_att_pos_estimator/estimator.cpp b/src/modules/ekf_att_pos_estimator/estimator.cpp
index 23ecd89ac..5db1adbb3 100644
--- a/src/modules/ekf_att_pos_estimator/estimator.cpp
+++ b/src/modules/ekf_att_pos_estimator/estimator.cpp
@@ -5,7 +5,7 @@
// Define EKF_DEBUG here to enable the debug print calls
// if the macro is not set, these will be completely
// optimized out by the compiler.
-#define EKF_DEBUG
+//#define EKF_DEBUG
#ifdef EKF_DEBUG
#include <stdio.h>