1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Merge pull request #3309 from jflyper/bfdev-omnibusf4sd-target-remove-redundent-conditional

[OMNIBUSF4SD] Remove redundant conditional
This commit is contained in:
Michael Keller 2017-06-19 08:57:10 +12:00 committed by GitHub
commit 47e91874f5

View file

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