diff options
Diffstat (limited to 'tinyusb/core')
| -rw-r--r-- | tinyusb/core/tusb_types.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tinyusb/core/tusb_types.h b/tinyusb/core/tusb_types.h index 6a641930d..8dd9a529e 100644 --- a/tinyusb/core/tusb_types.h +++ b/tinyusb/core/tusb_types.h @@ -194,6 +194,11 @@ typedef enum { BUS_EVENT_XFER_ERROR }tusb_bus_event_t; +enum { + DESCRIPTOR_OFFSET_LENGTH = 0, + DESCRIPTOR_OFFSET_TYPE = 1 +}; + #ifdef __cplusplus } #endif |
