Fixed Endpoint_Write_Control_* functions writing more data than expected by the host...
[pub/USBasp.git] / Bootloaders / CDC / Descriptors.c
index e9787cf..06088d8 100644 (file)
@@ -198,7 +198,7 @@ USB_Descriptor_String_t LanguageString =
  */\r
 USB_Descriptor_String_t ProductString =\r
 {\r
-       .Header                 = {.Size = USB_STRING_LEN(15), .Type = DTYPE_String},\r
+       .Header                 = {.Size = USB_STRING_LEN(18), .Type = DTYPE_String},\r
                \r
        .UnicodeString          = L"AVR CDC Bootloader"\r
 };\r