summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_types.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h
index 5c226f556..32632cd90 100644
--- a/src/common/tusb_types.h
+++ b/src/common/tusb_types.h
@@ -203,12 +203,14 @@ typedef enum
TUSB_EVENT_XFER_STALLED,
}tusb_event_t;
-enum {
+enum
+{
DESC_OFFSET_LEN = 0,
DESC_OFFSET_TYPE = 1
};
-enum {
+enum
+{
INTERFACE_INVALID_NUMBER = 0xff
};