diff options
| author | hathach <[email protected]> | 2019-07-11 22:41:36 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-11 22:41:36 +0700 |
| commit | ff2a7c79f84f03b41d69406158de85cb9e5d9046 (patch) | |
| tree | 5638e081e578a3d2cd310c7d4d6f770ea46f106d /examples/device/cdc_msc_hid/src | |
| parent | 90395f84cb81d8a4341d6a072dfb624cfa307f96 (diff) | |
revert 2.1 to 2.0, only needed for webusb exmample (BOS needed)
Diffstat (limited to 'examples/device/cdc_msc_hid/src')
| -rw-r--r-- | examples/device/cdc_msc_hid/src/usb_descriptors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/cdc_msc_hid/src/usb_descriptors.c b/examples/device/cdc_msc_hid/src/usb_descriptors.c index dbbff9a30..1692151a0 100644 --- a/examples/device/cdc_msc_hid/src/usb_descriptors.c +++ b/examples/device/cdc_msc_hid/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 = 0x0210, + .bcdUSB = 0x0200, #if CFG_TUD_CDC // Use Interface Association Descriptor (IAD) for CDC |
