1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Reset default debug_mode to none

This commit is contained in:
Martin Budden 2017-09-08 18:31:01 +01:00
parent fb0a21ea2a
commit f4aed740c1

View file

@ -26,7 +26,7 @@
//#pragma GCC diagnostic warning "-Wpadded" //#pragma GCC diagnostic warning "-Wpadded"
//#define SCHEDULER_DEBUG // define this to use scheduler debug[] values. Undefined by default for performance reasons //#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 I2C1_OVERCLOCK true
#define I2C2_OVERCLOCK true #define I2C2_OVERCLOCK true