From 30e1c7335d4f88aff81d4c590fdddc9e2f8c4925 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 11 Jul 2019 22:34:43 +0700 Subject: increase usb bcd from 2.0 to 2.1 for webusb support --- examples/device/cdc_msc_hid/src/usb_descriptors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/device/cdc_msc_hid/src') diff --git a/examples/device/cdc_msc_hid/src/usb_descriptors.c b/examples/device/cdc_msc_hid/src/usb_descriptors.c index 1692151a0..dbbff9a30 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 = 0x0200, + .bcdUSB = 0x0210, #if CFG_TUD_CDC // Use Interface Association Descriptor (IAD) for CDC -- cgit v1.3.1