mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Move STM (and clone) related SPI implementation to platform (#14124)
This commit is contained in:
parent
60d35fa886
commit
926c21ce7d
18 changed files with 487 additions and 428 deletions
|
@ -123,6 +123,7 @@ typedef struct
|
|||
void* test;
|
||||
} ADC_TypeDef;
|
||||
|
||||
#define SPIDEV_COUNT 0
|
||||
#define WS2811_DMA_TC_FLAG (void *)1
|
||||
#define WS2811_DMA_HANDLER_IDENTIFER 0
|
||||
#define NVIC_PriorityGroup_2 0x500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue