usb: remove msos-descriptor feature.
This commit is contained in:
@ -82,6 +82,7 @@ async fn main(spawner: Spawner) {
|
||||
&mut make_static!([0; 256])[..],
|
||||
&mut make_static!([0; 256])[..],
|
||||
&mut make_static!([0; 256])[..],
|
||||
&mut [], // no msos descriptors
|
||||
&mut make_static!([0; 128])[..],
|
||||
);
|
||||
|
||||
|
@ -62,6 +62,7 @@ async fn main(_spawner: Spawner) {
|
||||
&mut device_descriptor,
|
||||
&mut config_descriptor,
|
||||
&mut bos_descriptor,
|
||||
&mut [], // no msos descriptors
|
||||
&mut control_buf,
|
||||
);
|
||||
|
||||
|
@ -57,6 +57,7 @@ async fn main(_spawner: Spawner) {
|
||||
&mut device_descriptor,
|
||||
&mut config_descriptor,
|
||||
&mut bos_descriptor,
|
||||
&mut [], // no msos descriptors
|
||||
&mut control_buf,
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user