hathach пре 6 година
родитељ
комит
90395f84cb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/device/msc_dual_lun/src/usb_descriptors.c

+ 1 - 1
examples/device/msc_dual_lun/src/usb_descriptors.c

@@ -39,7 +39,7 @@ tusb_desc_device_t const desc_device =
 {
     .bLength            = sizeof(tusb_desc_device_t),
     .bDescriptorType    = TUSB_DESC_DEVICE,
-    .bcdUSB             = 0x0200,
+    .bcdUSB             = 0x0210,
     .bDeviceClass       = 0x00,
     .bDeviceSubClass    = 0x00,
     .bDeviceProtocol    = 0x00,