mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Incorrect definition left over
This commit is contained in:
parent
b84b8c1ca5
commit
0eb607ddd5
1 changed files with 7 additions and 6 deletions
|
@ -124,11 +124,8 @@
|
|||
#define USE_BARO_DPS310
|
||||
#define USE_BARO_SPI_DPS310
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define USE_SDCARD
|
||||
#define USE_SDCARD_SPI
|
||||
#define USE_SDCARD_SDIO
|
||||
#define USE_RX_SPI
|
||||
|
||||
#define USE_FLASHFS
|
||||
#define USE_FLASH_TOOLS
|
||||
|
@ -141,6 +138,12 @@
|
|||
|
||||
#define USE_MAX7456
|
||||
|
||||
#endif
|
||||
|
||||
#define USE_SDCARD
|
||||
#define USE_SDCARD_SPI
|
||||
#define USE_SDCARD_SDIO
|
||||
|
||||
#define USE_SPI
|
||||
#define SPI_FULL_RECONFIGURABILITY
|
||||
|
||||
|
@ -157,6 +160,4 @@
|
|||
|
||||
#define USE_ADC
|
||||
|
||||
#define USE_RX_SPI
|
||||
|
||||
#define USE_CUSTOM_DEFAULTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue