Fix up references in the LEDNotifier project to the old HotmailNotifier name.
This commit is contained in:
parent
47384e3c50
commit
12abb59b19
6 changed files with 15 additions and 18 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue