Fix up some missing target dependencies and output messages in the LUFA build system...
[pub/USBasp.git] / Projects / USBtoSerial / Descriptors.c
index 2b4bb4c..1ae11b4 100644 (file)
@@ -203,7 +203,7 @@ const USB_Descriptor_String_t PROGMEM ManufacturerString =
  */
 const USB_Descriptor_String_t PROGMEM ProductString =
 {
  */
 const USB_Descriptor_String_t PROGMEM ProductString =
 {
-       .Header                 = {.Size = USB_STRING_LEN(23), .Type = DTYPE_String},
+       .Header                 = {.Size = USB_STRING_LEN(22), .Type = DTYPE_String},
 
        .UnicodeString          = L"LUFA USB-RS232 Adapter"
 };
 
        .UnicodeString          = L"LUFA USB-RS232 Adapter"
 };