diff options
| author | Ha Thach <[email protected]> | 2025-03-04 10:47:31 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-03-04 10:47:31 +0700 |
| commit | 51cfae6e97b08e9c34a4551cfa45c85a2498a943 (patch) | |
| tree | 70f0c1a6e0a180628cbbfacbd3bad0ba0bc3daf4 /src/common | |
| parent | a29e11404d960c1588672560b4e055cc9349497a (diff) | |
| parent | 5f447b76ad23e8c977a5167b0b4dce93cd2980de (diff) | |
Merge pull request #3007 from hathach/fix-8bitdo-enum
Fix(host) enumeration with 8bitdo devices
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 42ce5fc12..71af132af 100644 --- a/src/common/tusb_types.h +++ b/src/common/tusb_types.h @@ -462,7 +462,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) |
