diff options
| -rw-r--r-- | embassy-stm32/src/sdmmc/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-stm32/src/sdmmc/mod.rs b/embassy-stm32/src/sdmmc/mod.rs index 698292bff..434c56a48 100644 --- a/embassy-stm32/src/sdmmc/mod.rs +++ b/embassy-stm32/src/sdmmc/mod.rs | |||
| @@ -225,6 +225,9 @@ const DMA_TRANSFER_OPTIONS: crate::dma::TransferOptions = crate::dma::TransferOp | |||
| 225 | mburst: crate::dma::Burst::Incr4, | 225 | mburst: crate::dma::Burst::Incr4, |
| 226 | flow_ctrl: crate::dma::FlowControl::Peripheral, | 226 | flow_ctrl: crate::dma::FlowControl::Peripheral, |
| 227 | fifo_threshold: Some(crate::dma::FifoThreshold::Full), | 227 | fifo_threshold: Some(crate::dma::FifoThreshold::Full), |
| 228 | circular: false, | ||
| 229 | half_transfer_ir: false, | ||
| 230 | complete_transfer_ir: true, | ||
| 228 | }; | 231 | }; |
| 229 | #[cfg(all(sdmmc_v1, not(dma)))] | 232 | #[cfg(all(sdmmc_v1, not(dma)))] |
| 230 | const DMA_TRANSFER_OPTIONS: crate::dma::TransferOptions = crate::dma::TransferOptions { | 233 | const DMA_TRANSFER_OPTIONS: crate::dma::TransferOptions = crate::dma::TransferOptions { |
