Fixed incorrect PID value being used in the USBtoSerial project (thanks to Phill).
[pub/USBasp.git] / Demos / Device / USBtoSerial / Descriptors.c
index d5ab8b7..ddb90bb 100644 (file)
@@ -54,7 +54,7 @@ USB_Descriptor_Device_t PROGMEM DeviceDescriptor =
        .Endpoint0Size          = FIXED_CONTROL_ENDPOINT_SIZE,\r
                \r
        .VendorID               = 0x03EB,\r
-       .ProductID              = 0x2044,\r
+       .ProductID              = 0x204B,\r
        .ReleaseNumber          = 0x0000,\r
                \r
        .ManufacturerStrIndex   = 0x01,\r