remove obsolete device state

This commit is contained in:
hathach
2022-03-10 13:19:15 +07:00
parent 5e9f522b9a
commit b9ca301527
3 changed files with 18 additions and 29 deletions

View File

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