diff options
| author | hathach <[email protected]> | 2025-06-18 23:35:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-06-18 23:44:03 +0700 |
| commit | 9503883ba7f99523a14082ce68a5f900585747b0 (patch) | |
| tree | 795dd2947c3b94f28e4163df8a3819edc6b07d60 /src/common | |
| parent | 506edc626709ca92dd9c38d6c6f5813f30a27692 (diff) | |
usbh: add new API tuh_descriptor_get_device_local()
cdc host: remove the local desc_dev and the get_device descriptor call for ftdi and pl2303
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h index fd7f01b67..ff5d8b66a 100644 --- a/src/common/tusb_types.h +++ b/src/common/tusb_types.h @@ -345,7 +345,6 @@ typedef struct TU_ATTR_PACKED { uint8_t iManufacturer ; ///< Index of string descriptor describing manufacturer. uint8_t iProduct ; ///< Index of string descriptor describing product. uint8_t iSerialNumber ; ///< Index of string descriptor describing the device's serial number. - uint8_t bNumConfigurations ; ///< Number of possible configurations. } tusb_desc_device_t; |
