diff options
| author | Adrian Wowk <[email protected]> | 2025-07-18 19:23:49 -0500 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-09-05 20:35:48 +0200 |
| commit | 451625ff559661c0cc30ca8a70dd0ccee79ba07b (patch) | |
| tree | 3b283ff3431a99bdc98e221ff3b841a8b58f8c60 /examples/rp | |
| parent | 62ff0194f4b7413b17dbc69813ec205638248aa7 (diff) | |
rp: fix pio spi async example
Diffstat (limited to 'examples/rp')
| -rw-r--r-- | examples/rp/src/bin/pio_spi_async.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/rp/src/bin/pio_spi_async.rs b/examples/rp/src/bin/pio_spi_async.rs index 74a2dd11b..18b57d26e 100644 --- a/examples/rp/src/bin/pio_spi_async.rs +++ b/examples/rp/src/bin/pio_spi_async.rs | |||
| @@ -42,7 +42,6 @@ async fn main(_spawner: Spawner) { | |||
| 42 | miso, | 42 | miso, |
| 43 | p.DMA_CH0, | 43 | p.DMA_CH0, |
| 44 | p.DMA_CH1, | 44 | p.DMA_CH1, |
| 45 | &program, | ||
| 46 | Config::default(), | 45 | Config::default(), |
| 47 | ); | 46 | ); |
| 48 | 47 | ||
