diff options
| author | hathach <[email protected]> | 2019-07-11 22:36:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-11 22:36:00 +0700 |
| commit | 90395f84cb81d8a4341d6a072dfb624cfa307f96 (patch) | |
| tree | dde60563375e37226440e14c03a04413b2a3eca2 /examples/device | |
| parent | 5ebb606ecd421994465fe98fbf803787c59c7917 (diff) | |
more 2.1
Diffstat (limited to 'examples/device')
| -rw-r--r-- | examples/device/msc_dual_lun/src/usb_descriptors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/msc_dual_lun/src/usb_descriptors.c b/examples/device/msc_dual_lun/src/usb_descriptors.c index 26ebe190c..7d0910711 100644 --- a/examples/device/msc_dual_lun/src/usb_descriptors.c +++ b/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, |
