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

Make USE_SPI_TRANSACTION generic feature for F4

This commit is contained in:
jflyper 2019-01-18 13:04:59 +09:00
parent c7e462fe96
commit 95905ff666

View file

@ -63,10 +63,10 @@
#define USE_USB_MSC
#define USE_PERSISTENT_MSC_RTC
#define USE_DMA_SPEC
#define USE_SPI_TRANSACTION
#if defined(STM32F40_41xxx) || defined(STM32F411xE)
#define USE_OVERCLOCK
#define USE_SPI_TRANSACTION
#endif
#endif // STM32F4