Add additional comments to the Printer class bootloader, fix incorrect VID/PID values.

This commit is contained in:
Dean Camera 2013-03-03 14:10:13 +00:00
parent 8a43da6b37
commit 63e80bea08
3 changed files with 21 additions and 3 deletions

View file

@ -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,