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:
parent
c7e462fe96
commit
95905ff666
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue