diff options
| author | dpslwk <dps.lwk@gmail.com> | 2016-06-29 12:26:21 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2016-06-29 14:28:49 +0100 |
| commit | b03df60f32c977a8a272cdeeaf1812f79918e69c (patch) | |
| tree | 8ece36f5975be0c405fa37250b3a7cb6cc3f26c9 /stmhal/dma.h | |
| parent | 14b7c3e59c929ed3a0ac4dd91a77d5dd9d555abc (diff) | |
stmhal: Correct DMA to allow SD card on L4 MCUs.
Diffstat (limited to 'stmhal/dma.h')
| -rw-r--r-- | stmhal/dma.h | 3 |
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 |
