diff options
| author | Adam Greig <[email protected]> | 2023-11-07 02:34:14 +0000 |
|---|---|---|
| committer | Adam Greig <[email protected]> | 2023-11-07 02:34:27 +0000 |
| commit | 326bc98bd225a8ec65093e5881e29c57e66fb1cd (patch) | |
| tree | a6160f790064a09b13e2a24162707716206a6ddc /examples/stm32f4/src/bin/usb_serial.rs | |
| parent | 584fc358fd533c3f3a832643bd6074bc00281e74 (diff) | |
Update stm32 usb_raw example to use MSOS descriptors for WinUSB
Diffstat (limited to 'examples/stm32f4/src/bin/usb_serial.rs')
| -rw-r--r-- | examples/stm32f4/src/bin/usb_serial.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stm32f4/src/bin/usb_serial.rs b/examples/stm32f4/src/bin/usb_serial.rs index 004ff038d..3ab9a6c56 100644 --- a/examples/stm32f4/src/bin/usb_serial.rs +++ b/examples/stm32f4/src/bin/usb_serial.rs | |||
| @@ -77,6 +77,7 @@ async fn main(_spawner: Spawner) { | |||
| 77 | &mut device_descriptor, | 77 | &mut device_descriptor, |
| 78 | &mut config_descriptor, | 78 | &mut config_descriptor, |
| 79 | &mut bos_descriptor, | 79 | &mut bos_descriptor, |
| 80 | &mut [], | ||
| 80 | &mut control_buf, | 81 | &mut control_buf, |
| 81 | ); | 82 | ); |
| 82 | 83 | ||
