aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32l4/src/bin/spi_dma.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l4/src/bin/spi_dma.rs b/examples/stm32l4/src/bin/spi_dma.rs
index b4d5091b2..a9327f8fe 100644
--- a/examples/stm32l4/src/bin/spi_dma.rs
+++ b/examples/stm32l4/src/bin/spi_dma.rs
@@ -21,8 +21,8 @@ async fn main(_spawner: Spawner, p: Peripherals) {
21 p.PC10, 21 p.PC10,
22 p.PC12, 22 p.PC12,
23 p.PC11, 23 p.PC11,
24 p.DMA1_CH0,
25 p.DMA1_CH1, 24 p.DMA1_CH1,
25 p.DMA1_CH2,
26 Hertz(1_000_000), 26 Hertz(1_000_000),
27 Config::default(), 27 Config::default(),
28 ); 28 );