Update stm32 usb_raw example to use MSOS descriptors for WinUSB

This commit is contained in:
Adam Greig
2023-11-07 02:34:14 +00:00
parent 584fc358fd
commit 326bc98bd2
4 changed files with 24 additions and 1 deletions

View File

@ -77,6 +77,7 @@ async fn main(_spawner: Spawner) {
&mut device_descriptor,
&mut config_descriptor,
&mut bos_descriptor,
&mut [],
&mut control_buf,
);