diff options
| author | kalkyl <[email protected]> | 2023-11-07 09:15:21 +0100 |
|---|---|---|
| committer | kalkyl <[email protected]> | 2023-11-07 09:15:21 +0100 |
| commit | 38bfa6916f61f1e633955b311e70da8ecfb81972 (patch) | |
| tree | 9c45f9e3d63da21f82a2a240017d019acab46c8a /examples | |
| parent | 50139752bc671c86521e11e0b3872cd64109c65c (diff) | |
Update pio-uart example
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rp/src/bin/pio_uart.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rp/src/bin/pio_uart.rs b/examples/rp/src/bin/pio_uart.rs index 45416c56b..dca28d779 100644 --- a/examples/rp/src/bin/pio_uart.rs +++ b/examples/rp/src/bin/pio_uart.rs | |||
| @@ -75,6 +75,7 @@ async fn main(_spawner: Spawner) { | |||
| 75 | &mut device_descriptor, | 75 | &mut device_descriptor, |
| 76 | &mut config_descriptor, | 76 | &mut config_descriptor, |
| 77 | &mut bos_descriptor, | 77 | &mut bos_descriptor, |
| 78 | &mut [], | ||
| 78 | &mut control_buf, | 79 | &mut control_buf, |
| 79 | ); | 80 | ); |
| 80 | 81 | ||
