Fixed Endpoint_Write_Control_* functions writing more data than expected by the host, causing it to panic (thanks to Johannes Raschke).
This commit is contained in:
parent
13935a31b9
commit
6a8e27f7ee
4 changed files with 37 additions and 30 deletions
|
@ -198,7 +198,7 @@ USB_Descriptor_String_t LanguageString =
|
|||
*/
|
||||
USB_Descriptor_String_t ProductString =
|
||||
{
|
||||
.Header = {.Size = USB_STRING_LEN(15), .Type = DTYPE_String},
|
||||
.Header = {.Size = USB_STRING_LEN(18), .Type = DTYPE_String},
|
||||
|
||||
.UnicodeString = L"AVR CDC Bootloader"
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue