diff options
| author | xoviat <[email protected]> | 2023-11-08 19:13:12 -0600 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-11-08 19:13:12 -0600 |
| commit | da4feb3693f01c8dc045ec4c5b5bae9c7246c354 (patch) | |
| tree | e8c67676b1db2001e62c151a8e42c22d30bee5a9 /examples/stm32f3 | |
| parent | 05a4bb3a4acdb5a980efbb6f807696c1c702e01c (diff) | |
| parent | 1977acdb11c32f2b92c31885a8a1dc8c10425e56 (diff) | |
Merge branch 'main' of github.com:embassy-rs/embassy into low-power
Diffstat (limited to 'examples/stm32f3')
| -rw-r--r-- | examples/stm32f3/src/bin/usb_serial.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stm32f3/src/bin/usb_serial.rs b/examples/stm32f3/src/bin/usb_serial.rs index a9537c77b..d5d068d62 100644 --- a/examples/stm32f3/src/bin/usb_serial.rs +++ b/examples/stm32f3/src/bin/usb_serial.rs | |||
| @@ -57,6 +57,7 @@ async fn main(_spawner: Spawner) { | |||
| 57 | &mut device_descriptor, | 57 | &mut device_descriptor, |
| 58 | &mut config_descriptor, | 58 | &mut config_descriptor, |
| 59 | &mut bos_descriptor, | 59 | &mut bos_descriptor, |
| 60 | &mut [], // no msos descriptors | ||
| 60 | &mut control_buf, | 61 | &mut control_buf, |
| 61 | ); | 62 | ); |
| 62 | 63 | ||
