diff options
| author | hathach <[email protected]> | 2019-09-16 11:13:17 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-09-16 11:13:17 +0700 |
| commit | 9c5ae0369b2113ca3c7c8ac1240315ac1e7f1190 (patch) | |
| tree | 4ec0128ada7fefed5291374f5223e64a6b0a4e36 /src/common | |
| parent | ac8c343fef785c9aa19ba628f746e72774b9e8c8 (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
|
