rp: Add USB raw example + msos descriptor to examples and usb-logger

This commit is contained in:
kalkyl
2023-11-07 09:05:10 +01:00
parent 74f70dc7b4
commit db4cd73894
8 changed files with 165 additions and 4 deletions

View File

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