*/\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