mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +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 {
|
typedef struct dmaChannelSpec_s {
|
||||||
dmaCode_t code;
|
dmaCode_t code;
|
||||||
#if defined(STM32F4) || defined(STM32F7)
|
#if defined(STM32F4) || defined(STM32F7) || defined(STM32H7)
|
||||||
DMA_Stream_TypeDef *ref;
|
DMA_Stream_TypeDef *ref;
|
||||||
uint32_t channel;
|
uint32_t channel;
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue