summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-03-05 18:25:31 +0700
committerhathach <[email protected]>2025-03-05 18:25:31 +0700
commit8c0c21189c10668e6e4df1dba6daac121f3d9305 (patch)
treec24ed9755c7dc5275b5e03bcbb16d6b8f17ad43a /src/common
parentd132044b7587f7e846bbec6e7b897d0842a21d13 (diff)
parent6bba41045a4224abb68256dcf2fce893da47a743 (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.h2
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)