diff options
| author | hathach <[email protected]> | 2018-03-12 22:37:12 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-12 22:37:12 +0700 |
| commit | 80398cb4cb5c6dffa69578ba6b83d80a75d01cb4 (patch) | |
| tree | 9f1fa00a7ed7dd9a1a314dee8daaf9b6391ff4ca /tinyusb/common/tusb_types.h | |
| parent | c696812cad071e4748bfb44095d93d93cddd65fb (diff) | |
more hcd clean up
Diffstat (limited to 'tinyusb/common/tusb_types.h')
| -rw-r--r-- | tinyusb/common/tusb_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/common/tusb_types.h b/tinyusb/common/tusb_types.h index 876c0d9e3..c8dd849e0 100644 --- a/tinyusb/common/tusb_types.h +++ b/tinyusb/common/tusb_types.h @@ -88,7 +88,7 @@ typedef enum TUSB_DESC_DEBUG = 0x0A ,
TUSB_DESC_INTERFACE_ASSOCIATION = 0x0B ,
TUSB_DESC_CLASS_SPECIFIC = 0x24
-}tusb_std_descriptor_type_t;
+}tusb_desc_type_t;
typedef enum
{
|
