mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Add SPI_DEVICE_4 to AT32 targets (#14255)
This commit is contained in:
parent
eae7e35002
commit
b6cfe2e207
2 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
|||
#define USE_SPI_DEVICE_1
|
||||
#define USE_SPI_DEVICE_2
|
||||
#define USE_SPI_DEVICE_3
|
||||
#define USE_SPI_DEVICE_4
|
||||
#define USE_SPI_DMA_ENABLE_LATE
|
||||
|
||||
#define USE_EXTI
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
#define USE_SPI_DEVICE_1
|
||||
#define USE_SPI_DEVICE_2
|
||||
#define USE_SPI_DEVICE_3
|
||||
#define USE_SPI_DEVICE_4
|
||||
#define USE_SPI_DMA_ENABLE_LATE
|
||||
|
||||
#define USE_EXTI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue