Merge branch 'master' into fork/atoktoto/midihost

# Conflicts:
#	src/host/usbh.c
This commit is contained in:
hathach
2025-03-05 18:25:31 +07:00
18 changed files with 380 additions and 101 deletions

View File

@@ -463,7 +463,7 @@ TU_VERIFY_STATIC( sizeof(tusb_desc_interface_assoc_t) == 8, "size is not correct
typedef struct TU_ATTR_PACKED {
uint8_t bLength ; ///< Size of this descriptor in bytes
uint8_t bDescriptorType ; ///< Descriptor Type
uint16_t unicode_string[];
uint16_t utf16le[];
} tusb_desc_string_t;
// USB Binary Device Object Store (BOS)