diff options
| author | hathach <[email protected]> | 2013-03-24 16:05:50 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-24 16:05:50 +0700 |
| commit | 55ce5cc4a2442662c20a9a70a0ce3de3ab019c3b (patch) | |
| tree | ecee701bb53126ddc304a832fc2c705c38f05db3 /tinyusb/core | |
| parent | 439a3134b91bdaddd39984ce275415958753f5d3 (diff) | |
add TUSB_DEVICE_STATE_INVALID_PARAMETER to tusb_device_state_t
Diffstat (limited to 'tinyusb/core')
| -rw-r--r-- | tinyusb/core/tusb_types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tinyusb/core/tusb_types.h b/tinyusb/core/tusb_types.h index 6bdc057f9..79cc5f060 100644 --- a/tinyusb/core/tusb_types.h +++ b/tinyusb/core/tusb_types.h @@ -162,6 +162,8 @@ typedef enum tusb_device_state_{ TUSB_DEVICE_STATE_REMOVING , TUSB_DEVICE_STATE_SAFE_REMOVE , + + TUSB_DEVICE_STATE_INVALID_PARAMETER }tusb_device_state_t; typedef enum { |
