Add additional comments to the Printer class bootloader, fix incorrect VID/PID values.
This commit is contained in:
parent
8a43da6b37
commit
63e80bea08
3 changed files with 21 additions and 3 deletions
|
@ -55,7 +55,7 @@ const USB_Descriptor_Device_t DeviceDescriptor =
|
|||
.Endpoint0Size = FIXED_CONTROL_ENDPOINT_SIZE,
|
||||
|
||||
.VendorID = 0x03EB,
|
||||
.ProductID = 0xFFEF,
|
||||
.ProductID = 0x206B,
|
||||
.ReleaseNumber = VERSION_BCD(00.01),
|
||||
|
||||
.ManufacturerStrIndex = 0x01,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue