core: bump USB spec version in device descriptor to 2.0 (#13078)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
56ce0e4e33
commit
7e4f01f454
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ const USB_Descriptor_Device_t PROGMEM DeviceDescriptor = {
|
||||||
.Size = sizeof(USB_Descriptor_Device_t),
|
.Size = sizeof(USB_Descriptor_Device_t),
|
||||||
.Type = DTYPE_Device
|
.Type = DTYPE_Device
|
||||||
},
|
},
|
||||||
.USBSpecification = VERSION_BCD(1, 1, 0),
|
.USBSpecification = VERSION_BCD(2, 0, 0),
|
||||||
|
|
||||||
#if VIRTSER_ENABLE
|
#if VIRTSER_ENABLE
|
||||||
.Class = USB_CSCP_IADDeviceClass,
|
.Class = USB_CSCP_IADDeviceClass,
|
||||||
|
|
Loading…
Reference in a new issue