summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-02-21 10:59:40 +0700
committerhathach <[email protected]>2025-02-21 10:59:40 +0700
commit6ebd362cfd0d4b91d93336be5d0a087ab124ed06 (patch)
tree3b2319742eb86662df7333dcf5af7263bec57234 /src/common
parent997771fdbaddd4943515e8cdade00c1252b351de (diff)
parent1cfc88dbcb8cff6f926aef02c5609880169ec94c (diff)
Merge branch 'master' into fork/atoktoto/midihost
# Conflicts: # src/host/usbh.c
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_types.h6
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 {