mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Remove redundant conditional
This commit is contained in:
parent
dc69c03886
commit
b0c970a48c
1 changed files with 0 additions and 2 deletions
|
@ -93,9 +93,7 @@
|
|||
#define ENABLE_BLACKBOX_LOGGING_ON_SDCARD_BY_DEFAULT
|
||||
#define USE_SDCARD
|
||||
#define USE_SDCARD_SPI2
|
||||
#if defined(OMNIBUSF4SD)
|
||||
#define SDCARD_DETECT_INVERTED
|
||||
#endif
|
||||
#define SDCARD_DETECT_PIN PB7
|
||||
#define SDCARD_SPI_INSTANCE SPI2
|
||||
#define SDCARD_SPI_CS_PIN SPI2_NSS_PIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue