Browse Source

ekf_att_pos_estimator: Default printing to off

sbg
Lorenz Meier 11 years ago
parent
commit
7e7d78f506
  1. 2
      src/modules/ekf_att_pos_estimator/estimator.cpp

2
src/modules/ekf_att_pos_estimator/estimator.cpp

@ -5,7 +5,7 @@
// Define EKF_DEBUG here to enable the debug print calls // Define EKF_DEBUG here to enable the debug print calls
// if the macro is not set, these will be completely // if the macro is not set, these will be completely
// optimized out by the compiler. // optimized out by the compiler.
#define EKF_DEBUG //#define EKF_DEBUG
#ifdef EKF_DEBUG #ifdef EKF_DEBUG
#include <stdio.h> #include <stdio.h>

Loading…
Cancel
Save