aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Miller <[email protected]>2022-03-08 17:12:50 -0600
committerGrant Miller <[email protected]>2022-03-08 17:12:50 -0600
commited84d753c7591ccc98005ed8ab6f4d5c7b8121d0 (patch)
tree79b75987f2124f33014d53796d10555ed1deb663
parent8f7bb570ae5cfe6cbe437c0d276d9cfe5cc91fd6 (diff)
Update 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 );