diff options
| author | hathach <[email protected]> | 2025-03-05 18:25:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-03-05 18:25:31 +0700 |
| commit | 8c0c21189c10668e6e4df1dba6daac121f3d9305 (patch) | |
| tree | c24ed9755c7dc5275b5e03bcbb16d6b8f17ad43a /src/common | |
| parent | d132044b7587f7e846bbec6e7b897d0842a21d13 (diff) | |
| parent | 6bba41045a4224abb68256dcf2fce893da47a743 (diff) | |
Merge branch 'master' into fork/atoktoto/midihost
# Conflicts:
# src/host/usbh.c
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h index 95ee489a6..e000a4bd3 100644 --- a/src/common/tusb_types.h +++ b/src/common/tusb_types.h @@ -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) |
