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

@ -94,6 +94,7 @@ async fn main(spawner: Spawner) {
&mut make_static!([0; 256])[..],
&mut make_static!([0; 256])[..],
&mut make_static!([0; 256])[..],
&mut [],
&mut make_static!([0; 128])[..],
);