Remove manual settings of composite_with_iads=true

This commit is contained in:
Eekle
2024-12-24 13:23:08 +01:00
parent 0f4b9c7451
commit a3d35216d4
30 changed files with 0 additions and 201 deletions

View File

@@ -41,11 +41,6 @@ async fn main(_spawner: Spawner) {
config.product = Some("USB-Serial Example");
config.serial_number = Some("123456");
config.device_class = 0xEF;
config.device_sub_class = 0x02;
config.device_protocol = 0x01;
config.composite_with_iads = true;
let mut config_descriptor = [0; 256];
let mut bos_descriptor = [0; 256];
let mut control_buf = [0; 64];