Fixed incorrect PID value being used in the USBtoSerial project (thanks to Phill).
This commit is contained in:
parent
59becad82f
commit
b3a4d8512b
3 changed files with 6 additions and 4 deletions
|
@ -54,7 +54,7 @@ USB_Descriptor_Device_t PROGMEM DeviceDescriptor =
|
|||
.Endpoint0Size = FIXED_CONTROL_ENDPOINT_SIZE,
|
||||
|
||||
.VendorID = 0x03EB,
|
||||
.ProductID = 0x2044,
|
||||
.ProductID = 0x204B,
|
||||
.ReleaseNumber = 0x0000,
|
||||
|
||||
.ManufacturerStrIndex = 0x01,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue