summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorWilliam D. Jones <[email protected]>2019-11-02 14:46:57 -0400
committerGitHub <[email protected]>2019-11-02 14:46:57 -0400
commit130d7ea530a04d6f6683fee72ba36232dc8f5e7e (patch)
tree78df3295de79ebb92aae14c0b55320a1f0a3b6e7 /src/common
parent5d585c03bdf5059c7856d5ee32a754bd3cdbdd2f (diff)
parent1b51b78eafb1a078aa7fc8caf57d01d92b84ca0f (diff)
Merge pull request #1 from hathach/cr1901-msp430f5529
PR to PR for msp430 port
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h
index ad42baad7..737b17f76 100644
--- a/src/common/tusb_types.h
+++ b/src/common/tusb_types.h
@@ -86,6 +86,8 @@ typedef enum
TUSB_DESC_BOS = 0x0F,
TUSB_DESC_DEVICE_CAPABILITY = 0x10,
+ TUSB_DESC_FUNCTIONAL = 0x21,
+
// Class Specific Descriptor
TUSB_DESC_CS_DEVICE = 0x21,
TUSB_DESC_CS_CONFIGURATION = 0x22,