summaryrefslogtreecommitdiff
path: root/src/common/tusb_types.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-03-21 12:54:43 +0700
committerhathach <[email protected]>2023-03-21 12:55:52 +0700
commite44e461ce3295f5680ea211048ade473963ba016 (patch)
treecff522682c8cc58816125cb82aad40b42ae4b81f /src/common/tusb_types.h
parentcbcf5d8c0866e6c0090b98ad9b3d6d504e313135 (diff)
add tuh_set_interface
Diffstat (limited to 'src/common/tusb_types.h')
-rw-r--r--src/common/tusb_types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h
index d567bd482..39a2d4564 100644
--- a/src/common/tusb_types.h
+++ b/src/common/tusb_types.h
@@ -273,6 +273,11 @@ enum
CONTROL_STAGE_ACK
};
+enum
+{
+ TUSB_INDEX_INVALID_8 = 0xFFu
+};
+
//--------------------------------------------------------------------+
// USB Descriptors
//--------------------------------------------------------------------+