X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/3b3ea167f01d24cddc2b59453a000969a42d2234..18b0d408a9e68cbc1ce36da89d74a799d7fc31de:/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"