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

Merge pull request #11890 from blckmn/incorrect_def

Incorrect definition left over
This commit is contained in:
J Blackman 2022-10-14 12:36:42 +11:00 committed by GitHub
commit be45d50d82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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