diff options
| author | hathach <[email protected]> | 2022-03-10 11:59:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-03-10 11:59:51 +0700 |
| commit | b05401a5ab788a9b1a56bdb79b74e49b6909339f (patch) | |
| tree | ae0dd71c853395386efb22a96249aebe5dd463f6 /src/common | |
| parent | 97636eff8e855c1f901477ca7914c0eca5024432 (diff) | |
merge control stage host and device value
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_types.h | 1 |
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 |
