mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-03 20:24:13 -04:00
fixed usb descriptor product string length (#1731)
This commit is contained in:
parent
7508fee62c
commit
bbd75ab7ef
2 changed files with 2 additions and 2 deletions
|
@ -264,7 +264,7 @@ uint8_t usb_descriptor_string_manufacturer[] = {
|
|||
};
|
||||
|
||||
uint8_t usb_descriptor_string_product[] = {
|
||||
43, // bLength
|
||||
34, // bLength
|
||||
USB_DESCRIPTOR_TYPE_STRING, // bDescriptorType
|
||||
'P', 0x00,
|
||||
'o', 0x00,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue