diff options
| author | hathach <[email protected]> | 2018-12-12 12:36:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-12 12:36:40 +0700 |
| commit | 5fd60e57617dab3afcb03d245c25b676ef4ab65f (patch) | |
| tree | e50d615f11348f686c54fb4ac6d43e41bbee6332 /src/common | |
| parent | 6c0b0917e15ca0acf7ce9bed0f3735a794abb807 (diff) | |
clean up
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_types.h | 1 |
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;
|
