mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Remove DEBUG_MODE (#1)
This commit is contained in:
parent
b94da4a5ee
commit
1aa15b03d1
3 changed files with 0 additions and 5 deletions
|
@ -136,7 +136,6 @@
|
||||||
#define USE_GYRO
|
#define USE_GYRO
|
||||||
#define USE_GYRO_SPI_MPU6500
|
#define USE_GYRO_SPI_MPU6500
|
||||||
#define USE_MULTI_GYRO
|
#define USE_MULTI_GYRO
|
||||||
#define DEBUG_MODE DEBUG_DUAL_GYRO_DIFF
|
|
||||||
#undef USE_GYRO_REGISTER_DUMP
|
#undef USE_GYRO_REGISTER_DUMP
|
||||||
|
|
||||||
#define USE_EXTI
|
#define USE_EXTI
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
|
|
||||||
#define USE_TARGET_CONFIG
|
#define USE_TARGET_CONFIG
|
||||||
|
|
||||||
#define DEBUG_MODE DEBUG_ADC_INTERNAL
|
|
||||||
|
|
||||||
#define LED0_PIN PE3
|
#define LED0_PIN PE3
|
||||||
|
|
||||||
#define USE_BEEPER
|
#define USE_BEEPER
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
|
|
||||||
#define USE_TARGET_CONFIG
|
#define USE_TARGET_CONFIG
|
||||||
|
|
||||||
#define DEBUG_MODE DEBUG_ADC_INTERNAL
|
|
||||||
|
|
||||||
#define LED0_PIN PE3
|
#define LED0_PIN PE3
|
||||||
|
|
||||||
#define USE_BEEPER
|
#define USE_BEEPER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue