diff options
| author | hathach <[email protected]> | 2019-09-16 11:13:17 +0700 |
|---|---|---|
| committer | Nathan Conrad <[email protected]> | 2019-09-17 13:29:41 -0400 |
| commit | 8e17fb49106eeb291a36ff5f82ead624e867e6b0 (patch) | |
| tree | f27df6392da7ab2fb80ef3eb467b0fc74435c5e6 /src/common | |
| parent | ff36957c05cf40c8b73f56f3e039cc00864ca492 (diff) | |
follow up to suggestion to pr 155
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_types.h | 3 |
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
|
