From ed84d753c7591ccc98005ed8ab6f4d5c7b8121d0 Mon Sep 17 00:00:00 2001 From: Grant Miller Date: Tue, 8 Mar 2022 17:12:50 -0600 Subject: [PATCH] Update examples --- examples/stm32l4/src/bin/spi_dma.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { p.PC10, p.PC12, p.PC11, - p.DMA1_CH0, p.DMA1_CH1, + p.DMA1_CH2, Hertz(1_000_000), Config::default(), );