this one is null terminated but the other isn't?

This commit is contained in:
Matthew Kennedy 2023-02-26 12:15:04 -08:00
parent ad9c209e10
commit a5a6366eba
1 changed files with 2 additions and 2 deletions

View File

@ -203,9 +203,9 @@ static const uint8_t vcom_string0[] = {
* Vendor string.
*/
static const uint8_t vcom_string1[] = {
USB_DESC_BYTE(8), /* bLength. */
USB_DESC_BYTE(10), /* bLength. */
USB_DESC_BYTE(USB_DESCRIPTOR_STRING), /* bDescriptorType. */
'F', 0, 'O', 0, 'M', 0, 'E', 0
'F', 0, 'O', 0, 'M', 0, 'E', 0, 0, 0
};
/*