Correct TeensyHID bootloader descriptors to use the correct revision code for the ATMEGA32U4 based Teensy revision.
This commit is contained in:
parent
37c9ba7fa9
commit
c99f6657a6
2 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ USB_Descriptor_Device_t DeviceDescriptor =
|
|||
|
||||
.VendorID = 0x16C0,
|
||||
.ProductID = 0x0478,
|
||||
.ReleaseNumber = 0x0010,
|
||||
.ReleaseNumber = 0x0120,
|
||||
|
||||
.ManufacturerStrIndex = NO_DESCRIPTOR,
|
||||
.ProductStrIndex = 0x01,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue