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:
parent
fb0a21ea2a
commit
f4aed740c1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue