mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Make USE_SPI_TRANSACTION generic feature for F4
This commit is contained in:
parent
c7e462fe96
commit
95905ff666
1 changed files with 1 additions and 1 deletions
|
@ -63,10 +63,10 @@
|
||||||
#define USE_USB_MSC
|
#define USE_USB_MSC
|
||||||
#define USE_PERSISTENT_MSC_RTC
|
#define USE_PERSISTENT_MSC_RTC
|
||||||
#define USE_DMA_SPEC
|
#define USE_DMA_SPEC
|
||||||
|
#define USE_SPI_TRANSACTION
|
||||||
|
|
||||||
#if defined(STM32F40_41xxx) || defined(STM32F411xE)
|
#if defined(STM32F40_41xxx) || defined(STM32F411xE)
|
||||||
#define USE_OVERCLOCK
|
#define USE_OVERCLOCK
|
||||||
#define USE_SPI_TRANSACTION
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // STM32F4
|
#endif // STM32F4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue