1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Merge pull request #4101 from martinbudden/bf_debug_mode

Reset default debug_mode to none
This commit is contained in:
Martin Budden 2017-09-08 18:48:13 +01:00 committed by GitHub
commit 247a88be50

View file

@ -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