diff options
| author | hathach <[email protected]> | 2013-05-25 17:19:18 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-05-25 17:19:18 +0700 |
| commit | ed217948b8a25a7c4b7929775079ea8b9086305b (patch) | |
| tree | f615c3755c7e2c681f8f2669bb3c1458911626c6 /tinyusb/core | |
| parent | ae02263d817a7b2f37c7e9c5026fd067b9d75fcc (diff) | |
rename descriptor type, hid descriptor type
Diffstat (limited to 'tinyusb/core')
| -rw-r--r-- | tinyusb/core/tusb_types.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tinyusb/core/tusb_types.h b/tinyusb/core/tusb_types.h index f2cd4f147..75705dbe3 100644 --- a/tinyusb/core/tusb_types.h +++ b/tinyusb/core/tusb_types.h @@ -76,17 +76,17 @@ typedef enum { /// USB Descriptor Types (section 9.4 table 9-5) typedef enum { - TUSB_DESC_DEVICE =1 , ///< 1 - TUSB_DESC_CONFIGURATION , ///< 2 - TUSB_DESC_STRING , ///< 3 - TUSB_DESC_INTERFACE , ///< 4 - TUSB_DESC_ENDPOINT , ///< 5 - TUSB_DESC_DEVICE_QUALIFIER , ///< 6 - TUSB_DESC_OTHER_SPEED_CONFIGURATION , ///< 7 - TUSB_DESC_INTERFACE_POWER , ///< 8 - TUSB_DESC_OTG , ///< 9 - TUSB_DESC_DEBUGRIPTOR , ///< 10 - TUSB_DESC_INTERFACE_ASSOCIATION ///< 11 + TUSB_DESC_TYPE_DEVICE =1 , ///< 1 + TUSB_DESC_TYPE_CONFIGURATION , ///< 2 + TUSB_DESC_TYPE_STRING , ///< 3 + TUSB_DESC_TYPE_INTERFACE , ///< 4 + TUSB_DESC_TYPE_ENDPOINT , ///< 5 + TUSB_DESC_TYPE_DEVICE_QUALIFIER , ///< 6 + TUSB_DESC_TYPE_OTHER_SPEED_CONFIGURATION , ///< 7 + TUSB_DESC_TYPE_INTERFACE_POWER , ///< 8 + TUSB_DESC_TYPE_OTG , ///< 9 + TUSB_DESC_TYPE_DEBUG , ///< 10 + TUSB_DESC_TYPE_INTERFACE_ASSOCIATION ///< 11 }tusb_std_descriptor_type_t; typedef enum { |
