diff options
| author | Ha Thach <[email protected]> | 2025-02-21 10:36:52 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-21 10:36:52 +0700 |
| commit | 1cfc88dbcb8cff6f926aef02c5609880169ec94c (patch) | |
| tree | 67475392b9d6680d672f98024641dcec14e94594 /src/common | |
| parent | 9d2fd6c4acd334a25592487ba7d10b46ccecfedf (diff) | |
| parent | 61aab7a86aaaf5c254ba5d14a04ff44aec8623d3 (diff) | |
Merge pull request #2994 from hathach/enhance-hub
Enhance hub driver
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_types.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h index 9e4d9380c..42ce5fc12 100644 --- a/src/common/tusb_types.h +++ b/src/common/tusb_types.h @@ -302,9 +302,9 @@ typedef enum { enum { CONTROL_STAGE_IDLE = 0, - CONTROL_STAGE_SETUP, - CONTROL_STAGE_DATA, - CONTROL_STAGE_ACK + CONTROL_STAGE_SETUP, // 1 + CONTROL_STAGE_DATA, // 2 + CONTROL_STAGE_ACK // 3 }; enum { |
