From f4aed740c1d5e111a8c42d6d5b04181fee21b77c Mon Sep 17 00:00:00 2001 From: Martin Budden Date: Fri, 8 Sep 2017 18:31:01 +0100 Subject: [PATCH] Reset default debug_mode to none --- src/main/target/common_fc_pre.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/target/common_fc_pre.h b/src/main/target/common_fc_pre.h index a6828777f9..84260118f9 100644 --- a/src/main/target/common_fc_pre.h +++ b/src/main/target/common_fc_pre.h @@ -26,7 +26,7 @@ //#pragma GCC diagnostic warning "-Wpadded" //#define SCHEDULER_DEBUG // define this to use scheduler debug[] values. Undefined by default for performance reasons -#define DEBUG_MODE DEBUG_GYRO_NOTCH // change this to change initial debug mode +#define DEBUG_MODE DEBUG_NONE // change this to change initial debug mode #define I2C1_OVERCLOCK true #define I2C2_OVERCLOCK true