summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-03-10 11:59:51 +0700
committerhathach <[email protected]>2022-03-10 11:59:51 +0700
commitb05401a5ab788a9b1a56bdb79b74e49b6909339f (patch)
treeae0dd71c853395386efb22a96249aebe5dd463f6 /src/common
parent97636eff8e855c1f901477ca7914c0eca5024432 (diff)
merge control stage host and device value
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h
index 5b26f5aec..f998eabfb 100644
--- a/src/common/tusb_types.h
+++ b/src/common/tusb_types.h
@@ -265,6 +265,7 @@ typedef enum
enum
{
+ CONTROL_STAGE_IDLE,
CONTROL_STAGE_SETUP,
CONTROL_STAGE_DATA,
CONTROL_STAGE_ACK