summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-12-12 12:36:40 +0700
committerhathach <[email protected]>2018-12-12 12:36:40 +0700
commit5fd60e57617dab3afcb03d245c25b676ef4ab65f (patch)
treee50d615f11348f686c54fb4ac6d43e41bbee6332 /src/common
parent6c0b0917e15ca0acf7ce9bed0f3735a794abb807 (diff)
clean up
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h
index cf02952ab..6f0167898 100644
--- a/src/common/tusb_types.h
+++ b/src/common/tusb_types.h
@@ -181,7 +181,6 @@ enum {
typedef enum
{
TUSB_DEVICE_STATE_UNPLUG = 0 ,
- TUSB_DEVICE_STATE_ADDRESSED ,
TUSB_DEVICE_STATE_CONFIGURED ,
TUSB_DEVICE_STATE_SUSPENDED ,
}tusb_device_state_t;