1
0
Fork 0
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:
jflyper 2019-05-08 02:25:14 +09:00
parent 1cbff2b9aa
commit b1d55a0755

View file

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