Add additional comments to the Printer class bootloader, fix incorrect VID/PID values.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user