From b03df60f32c977a8a272cdeeaf1812f79918e69c Mon Sep 17 00:00:00 2001 From: dpslwk Date: Wed, 29 Jun 2016 12:26:21 +0100 Subject: stmhal: Correct DMA to allow SD card on L4 MCUs. --- stmhal/dma.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stmhal/dma.h') diff --git a/stmhal/dma.h b/stmhal/dma.h index 5880029f3..5199bd372 100644 --- a/stmhal/dma.h +++ b/stmhal/dma.h @@ -73,7 +73,8 @@ extern const dma_descr_t dma_I2C_1_TX; extern const dma_descr_t dma_I2C_1_RX; extern const dma_descr_t dma_SPI_3_RX; extern const dma_descr_t dma_SPI_3_TX; -extern const dma_descr_t dma_SDIO_1_TX; +extern const dma_descr_t dma_SDIO_0_TX; +extern const dma_descr_t dma_SDIO_0_RX; #endif -- cgit v1.2.3