mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
[DMASPEC] Temporary addition of STM32H7 in dma_reqmap.h
This commit is contained in:
parent
1cbff2b9aa
commit
b1d55a0755
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