Fix up references in the LEDNotifier project to the old HotmailNotifier name.

This commit is contained in:
Dean Camera 2009-12-18 05:30:55 +00:00
parent 47384e3c50
commit 12abb59b19
6 changed files with 15 additions and 18 deletions

View file

@ -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"