mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Move all F7 to use LL
This commit is contained in:
parent
f3e2470907
commit
834289e456
10 changed files with 87 additions and 544 deletions
|
@ -44,6 +44,7 @@ typedef struct dmaChannelDescriptor_s {
|
|||
#endif
|
||||
|
||||
#if defined(STM32F4) || defined(STM32F7)
|
||||
|
||||
uint32_t dmaFlag_IT_TCIF(const DMA_Stream_TypeDef *stream);
|
||||
|
||||
typedef enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue