summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-09-16 11:13:17 +0700
committerhathach <[email protected]>2019-09-16 11:13:17 +0700
commit9c5ae0369b2113ca3c7c8ac1240315ac1e7f1190 (patch)
tree4ec0128ada7fefed5291374f5223e64a6b0a4e36 /src/common
parentac8c343fef785c9aa19ba628f746e72774b9e8c8 (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