projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove serial driver use from the AVRISP project now that it is no longer needed.
[pub/USBasp.git]
/
Projects
/
LEDNotifier
/
Descriptors.c
diff --git
a/Projects/LEDNotifier/Descriptors.c
b/Projects/LEDNotifier/Descriptors.c
index
0f5d356
..
2b80e41
100644
(file)
--- a/
Projects/LEDNotifier/Descriptors.c
+++ b/
Projects/LEDNotifier/Descriptors.c
@@
-221,9
+221,9
@@
USB_Descriptor_String_t PROGMEM ManufacturerString =
*/
\r
USB_Descriptor_String_t PROGMEM ProductString =
\r
{
\r
*/
\r
USB_Descriptor_String_t PROGMEM ProductString =
\r
{
\r
- .Header = {.Size = USB_STRING_LEN(1
3
), .Type = DTYPE_String},
\r
+ .Header = {.Size = USB_STRING_LEN(1
2
), .Type = DTYPE_String},
\r
\r
\r
- .UnicodeString = L"
Mail
Notifier"
\r
+ .UnicodeString = L"
LED
Notifier"
\r
};
\r
\r
/** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors"
\r
};
\r
\r
/** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors"
\r