diff options
Diffstat (limited to 'examples/rp/src/bin/usb_serial.rs')
| -rw-r--r-- | examples/rp/src/bin/usb_serial.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rp/src/bin/usb_serial.rs b/examples/rp/src/bin/usb_serial.rs index 164e2052d..0d0317cda 100644 --- a/examples/rp/src/bin/usb_serial.rs +++ b/examples/rp/src/bin/usb_serial.rs | |||
| @@ -60,6 +60,7 @@ async fn main(_spawner: Spawner) { | |||
| 60 | &mut device_descriptor, | 60 | &mut device_descriptor, |
| 61 | &mut config_descriptor, | 61 | &mut config_descriptor, |
| 62 | &mut bos_descriptor, | 62 | &mut bos_descriptor, |
| 63 | &mut [], | ||
| 63 | &mut control_buf, | 64 | &mut control_buf, |
| 64 | ); | 65 | ); |
| 65 | 66 | ||
