summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-09-16 11:13:17 +0700
committerNathan Conrad <[email protected]>2019-09-17 13:29:41 -0400
commit8e17fb49106eeb291a36ff5f82ead624e867e6b0 (patch)
treef27df6392da7ab2fb80ef3eb467b0fc74435c5e6 /src/common
parentff36957c05cf40c8b73f56f3e039cc00864ca492 (diff)
follow up to suggestion to pr 155
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h
index a50e89934..ad42baad7 100644
--- a/src/common/tusb_types.h
+++ b/src/common/tusb_types.h
@@ -125,7 +125,8 @@ typedef enum
{
TUSB_REQ_TYPE_STANDARD = 0,
TUSB_REQ_TYPE_CLASS,
- TUSB_REQ_TYPE_VENDOR
+ TUSB_REQ_TYPE_VENDOR,
+ TUSB_REQ_TYPE_INVALID
} tusb_request_type_t;
typedef enum