From cd046a3836fed0fa316985eab0261e7264583460 Mon Sep 17 00:00:00 2001 From: Dean Date: Fri, 18 Dec 2009 05:30:55 +0000 Subject: Fix up references in the LEDNotifier project to the old HotmailNotifier name. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@989 d5102386-fcda-11dd-9fdb-3debd5008f28 --- Projects/LEDNotifier/Descriptors.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Projects/LEDNotifier/Descriptors.c') diff --git a/Projects/LEDNotifier/Descriptors.c b/Projects/LEDNotifier/Descriptors.c index 0f5d3567..2b80e41a 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" -- cgit v1.2.3