diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-08 23:08:50 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-08 23:21:52 +0100 |
| commit | 0b015bd727547d1eade5cd12c8b6a1b77483e6db (patch) | |
| tree | 77f8a52f5a7eb5a8cc5981eae16e9871614015c7 /examples/stm32l5/src/bin/usb_hid_mouse.rs | |
| parent | 79acb560ecb9089e31efdea29c6046225971fee3 (diff) | |
usb: remove msos-descriptor feature.
Diffstat (limited to 'examples/stm32l5/src/bin/usb_hid_mouse.rs')
| -rw-r--r-- | examples/stm32l5/src/bin/usb_hid_mouse.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stm32l5/src/bin/usb_hid_mouse.rs b/examples/stm32l5/src/bin/usb_hid_mouse.rs index bec3d5e4e..f64d0f34e 100644 --- a/examples/stm32l5/src/bin/usb_hid_mouse.rs +++ b/examples/stm32l5/src/bin/usb_hid_mouse.rs | |||
| @@ -62,6 +62,7 @@ async fn main(_spawner: Spawner) { | |||
| 62 | &mut device_descriptor, | 62 | &mut device_descriptor, |
| 63 | &mut config_descriptor, | 63 | &mut config_descriptor, |
| 64 | &mut bos_descriptor, | 64 | &mut bos_descriptor, |
| 65 | &mut [], // no msos descriptors | ||
| 65 | &mut control_buf, | 66 | &mut control_buf, |
| 66 | ); | 67 | ); |
| 67 | 68 | ||
