Remove redundant conditional
This commit is contained in:
parent
dc69c03886
commit
b0c970a48c
|
@ -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…
Reference in New Issue