diff options
| author | hathach <[email protected]> | 2018-12-11 23:57:53 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-12 00:00:33 +0700 |
| commit | 67d6d753d66ffb821e9cfc4831d44f6b2f8549b8 (patch) | |
| tree | 0e2a659601fd86f8079f25b1326408307638006a /src/common | |
| parent | c94df5150308e451baccae2857525d50fe1df232 (diff) | |
replace all hcd pipe close by hcd_device_remove
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_types.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h index 8be1e87f6..d0a10acef 100644 --- a/src/common/tusb_types.h +++ b/src/common/tusb_types.h @@ -184,11 +184,6 @@ typedef enum TUSB_DEVICE_STATE_ADDRESSED ,
TUSB_DEVICE_STATE_CONFIGURED ,
TUSB_DEVICE_STATE_SUSPENDED ,
-
- TUSB_DEVICE_STATE_REMOVING ,
- TUSB_DEVICE_STATE_SAFE_REMOVE ,
-
- TUSB_DEVICE_STATE_INVALID_PARAMETER
}tusb_device_state_t;
typedef enum
|
