X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/47384e3c5029381d8b9fff2dbacbeec7c1e71845..12abb59b19f09c83647b1b4a6f509de5b0f6cc0e:/Projects/LEDNotifier/Descriptors.c diff --git a/Projects/LEDNotifier/Descriptors.c b/Projects/LEDNotifier/Descriptors.c index 0f5d3567d..2b80e41a7 100644 --- a/Projects/LEDNotifier/Descriptors.c +++ b/Projects/LEDNotifier/Descriptors.c @@ -221,9 +221,9 @@ USB_Descriptor_String_t PROGMEM ManufacturerString = */ USB_Descriptor_String_t PROGMEM ProductString = { - .Header = {.Size = USB_STRING_LEN(13), .Type = DTYPE_String}, + .Header = {.Size = USB_STRING_LEN(12), .Type = DTYPE_String}, - .UnicodeString = L"Mail Notifier" + .UnicodeString = L"LED Notifier" }; /** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors"