summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-03-10 13:19:15 +0700
committerhathach <[email protected]>2022-03-10 13:19:15 +0700
commitb9ca301527040458bd369cf967732a76d5139222 (patch)
tree86a2a9157bb9356e522f972c3d0d53cac891b74c /src/common
parent5e9f522b9ad1c9c9b905101c364d0728d4895d5b (diff)
remove obsolete device state
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_types.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h
index f998eabfb..da164145b 100644
--- a/src/common/tusb_types.h
+++ b/src/common/tusb_types.h
@@ -223,14 +223,6 @@ enum {
#define TUSB_DESC_CONFIG_POWER_MA(x) ((x)/2)
-/// Device State TODO remove
-typedef enum
-{
- TUSB_DEVICE_STATE_UNPLUG = 0 ,
- TUSB_DEVICE_STATE_CONFIGURED ,
- TUSB_DEVICE_STATE_SUSPENDED ,
-}tusb_device_state_t;
-
typedef enum
{
XFER_RESULT_SUCCESS,