summaryrefslogtreecommitdiff
path: root/examples/device/midi_test/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-07-11 22:41:36 +0700
committerhathach <[email protected]>2019-07-11 22:41:36 +0700
commitff2a7c79f84f03b41d69406158de85cb9e5d9046 (patch)
tree5638e081e578a3d2cd310c7d4d6f770ea46f106d /examples/device/midi_test/src
parent90395f84cb81d8a4341d6a072dfb624cfa307f96 (diff)
revert 2.1 to 2.0, only needed for webusb exmample (BOS needed)
Diffstat (limited to 'examples/device/midi_test/src')
-rw-r--r--examples/device/midi_test/src/usb_descriptors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/midi_test/src/usb_descriptors.c b/examples/device/midi_test/src/usb_descriptors.c
index f47d1a0ba..192dacfbe 100644
--- a/examples/device/midi_test/src/usb_descriptors.c
+++ b/examples/device/midi_test/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,
// Use Interface Association Descriptor (IAD) for Audio
// As required by USB Specs IAD's subclass must be common class (2) and protocol must be IAD (1)
.bDeviceClass = TUSB_CLASS_MISC,