Fixed incorrect PID value being used in the USBtoSerial project (thanks to Phill).

This commit is contained in:
Dean Camera 2009-05-20 14:50:26 +00:00
parent 59becad82f
commit b3a4d8512b
3 changed files with 6 additions and 4 deletions

View file

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