summaryrefslogtreecommitdiff
path: root/stmhal/dma.h
diff options
context:
space:
mode:
authordpslwk <dps.lwk@gmail.com>2016-06-29 12:26:21 +0100
committerDamien George <damien.p.george@gmail.com>2016-06-29 14:28:49 +0100
commitb03df60f32c977a8a272cdeeaf1812f79918e69c (patch)
tree8ece36f5975be0c405fa37250b3a7cb6cc3f26c9 /stmhal/dma.h
parent14b7c3e59c929ed3a0ac4dd91a77d5dd9d555abc (diff)
stmhal: Correct DMA to allow SD card on L4 MCUs.
Diffstat (limited to 'stmhal/dma.h')
-rw-r--r--stmhal/dma.h3
1 files changed, 2 insertions, 1 deletions
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