1
0
Fork 0
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:
Michael Keller 2019-05-09 01:02:29 +12:00 committed by GitHub
commit 3db18e7db7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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