Remove serial driver use from the AVRISP project now that it is no longer needed.
[pub/USBasp.git] / Projects / LEDNotifier / Descriptors.c
index 0f5d356..2b80e41 100644 (file)
@@ -221,9 +221,9 @@ USB_Descriptor_String_t PROGMEM ManufacturerString =
  */\r
 USB_Descriptor_String_t PROGMEM ProductString =\r
 {\r
-       .Header                 = {.Size = USB_STRING_LEN(13), .Type = DTYPE_String},\r
+       .Header                 = {.Size = USB_STRING_LEN(12), .Type = DTYPE_String},\r
 \r
-       .UnicodeString          = L"Mail Notifier"\r
+       .UnicodeString          = L"LED Notifier"\r
 };\r
 \r
 /** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors"\r