summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/dma.h
diff options
context:
space:
mode:
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 5880029f3d..5199bd3721 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