diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32f7/src/bin/sdmmc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f7/src/bin/sdmmc.rs b/examples/stm32f7/src/bin/sdmmc.rs index cd6a0d1f1..57b913db9 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) -> ! { | |||
| 28 | (p.PC12, p.PD2, p.PC8, p.PC9, p.PC10, p.PC11), | 28 | (p.PC12, p.PD2, p.PC8, p.PC9, p.PC10, p.PC11), |
| 29 | irq, | 29 | irq, |
| 30 | Default::default(), | 30 | Default::default(), |
| 31 | p.DMA2_CH3 | 31 | p.DMA2_CH3, |
| 32 | ); | 32 | ); |
| 33 | 33 | ||
| 34 | // Should print 400kHz for initialization | 34 | // Should print 400kHz for initialization |
