summaryrefslogtreecommitdiff
path: root/examples/stm32f7
diff options
context:
space:
mode:
authorchemicstry <chemicstry@gmail.com>2022-03-17 00:03:24 +0200
committerchemicstry <chemicstry@gmail.com>2022-03-17 00:03:24 +0200
commitf87c497315a396318187f51025a2b1c8b9bbc68d (patch)
tree371c93ef1b00aacf486217e581507ebcd58d42b0 /examples/stm32f7
parent9d71acc49e54a8c1c177470ca1de54b492ea2231 (diff)
downloadembassy-f87c497315a396318187f51025a2b1c8b9bbc68d.zip
Format
Diffstat (limited to 'examples/stm32f7')
-rw-r--r--examples/stm32f7/src/bin/sdmmc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f7/src/bin/sdmmc.rs b/examples/stm32f7/src/bin/sdmmc.rs
index cd6a0d1f..57b913db 100644
--- a/examples/stm32f7/src/bin/sdmmc.rs
+++ b/examples/stm32f7/src/bin/sdmmc.rs
@@ -28,7 +28,7 @@ async fn main(_spawner: Spawner, p: Peripherals) -> ! {
(p.PC12, p.PD2, p.PC8, p.PC9, p.PC10, p.PC11),
irq,
Default::default(),
- p.DMA2_CH3
+ p.DMA2_CH3,
);
// Should print 400kHz for initialization