aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriabdalkader <i.abdalkader@gmail.com>2018-03-15 20:28:48 +0200
committerDamien George <damien.p.george@gmail.com>2018-03-20 23:24:45 +1100
commit2ebc538d63fedcddf89d8c9f0e86b2bb00ff164d (patch)
tree7cd16c5fd2598f30bbda40585f11856929581a15
parent22c693aa6fc0f325bc42f4da5904244fefbfc5b1 (diff)
stm32/dma: Enable H7 DMA descriptors.
-rw-r--r--ports/stm32/dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32/dma.h b/ports/stm32/dma.h
index 15a424a35..f265d6035 100644
--- a/ports/stm32/dma.h
+++ b/ports/stm32/dma.h
@@ -28,7 +28,7 @@
typedef struct _dma_descr_t dma_descr_t;
-#if defined(STM32F4) || defined(STM32F7)
+#if defined(STM32F4) || defined(STM32F7) || defined(STM32H7)
extern const dma_descr_t dma_I2C_1_RX;
extern const dma_descr_t dma_SPI_3_RX;