follow up to suggestion to pr 155

This commit is contained in:
hathach
2019-09-16 11:13:17 +07:00
parent ac8c343fef
commit 9c5ae0369b
2 changed files with 15 additions and 7 deletions

View File

@@ -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