This commit is contained in:
hathach
2018-12-12 12:36:40 +07:00
parent 6c0b0917e1
commit 5fd60e5761
2 changed files with 3 additions and 8 deletions

View File

@@ -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;