mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
[H7] Temporary addition of STM32H7 in dma_reqmap.h (#8216)
[H7] Temporary addition of STM32H7 in dma_reqmap.h
This commit is contained in:
commit
3db18e7db7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ typedef uint16_t dmaCode_t;
|
|||
|
||||
typedef struct dmaChannelSpec_s {
|
||||
dmaCode_t code;
|
||||
#if defined(STM32F4) || defined(STM32F7)
|
||||
#if defined(STM32F4) || defined(STM32F7) || defined(STM32H7)
|
||||
DMA_Stream_TypeDef *ref;
|
||||
uint32_t channel;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue