summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-04-25 14:41:08 +0700
committerhathach <[email protected]>2026-04-25 14:41:08 +0700
commit0e4869a729ce32b157a60ae5730abf6f5802381b (patch)
treec4e7c658ffae06ee30922c04b63148f30583bb0f /src/common
parent9fd6788add2223789e9ab08e99337bb96c77ba2a (diff)
clean up
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h
index 806997866..36e72967c 100644
--- a/src/common/tusb_types.h
+++ b/src/common/tusb_types.h
@@ -321,6 +321,12 @@ enum {
TUSB_INDEX_INVALID_8 = 0xFF
};
+enum {
+ TU_EP0_OUT = 0x00,
+ TU_EP0_IN = 0x80
+};
+
+
//--------------------------------------------------------------------+
//
//--------------------------------------------------------------------+