projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed Endpoint_Write_Control_* functions writing more data than expected by the host...
[pub/USBasp.git]
/
Bootloaders
/
CDC
/
Descriptors.c
diff --git
a/Bootloaders/CDC/Descriptors.c
b/Bootloaders/CDC/Descriptors.c
index
e9787cf
..
06088d8
100644
(file)
--- a/
Bootloaders/CDC/Descriptors.c
+++ b/
Bootloaders/CDC/Descriptors.c
@@
-198,7
+198,7
@@
USB_Descriptor_String_t LanguageString =
*/
\r
USB_Descriptor_String_t ProductString =
\r
{
\r
- .Header = {.Size = USB_STRING_LEN(1
5
), .Type = DTYPE_String},
\r
+ .Header = {.Size = USB_STRING_LEN(1
8
), .Type = DTYPE_String},
\r
\r
.UnicodeString = L"AVR CDC Bootloader"
\r
};
\r