stm32/dma: Enable H7 DMA descriptors.

This commit is contained in:
iabdalkader 2018-03-15 20:28:48 +02:00 committed by Damien George
parent 22c693aa6f
commit 2ebc538d63
1 changed files with 1 additions and 1 deletions

View File

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