diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-12-18 05:30:55 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-12-18 05:30:55 +0000 |
| commit | cd046a3836fed0fa316985eab0261e7264583460 (patch) | |
| tree | 1600c6274a9857fb8e9c696be2651f488301e60a /Projects/LEDNotifier/Descriptors.c | |
| parent | 764e588e6bd60d8bb542c6f344a18ec2bae2a1cd (diff) | |
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
Diffstat (limited to 'Projects/LEDNotifier/Descriptors.c')
| -rw-r--r-- | Projects/LEDNotifier/Descriptors.c | 4 |
1 files changed, 2 insertions, 2 deletions
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"
|
