diff options
| author | hathach <[email protected]> | 2018-10-24 00:44:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-10-24 00:44:26 +0700 |
| commit | 55427606ef7fbdafa5a9da6b8a0f798dcb619817 (patch) | |
| tree | 0b76127b0de1ae08fa62359f959228b895101f73 /src/common | |
| parent | e7a63324dd02bb8c8193b26631b4b7ef5d08fd0b (diff) | |
replace dcd_xfer_complete by dcd_xfer_complete()
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_types.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h index ee9e849bf..8ce334e55 100644 --- a/src/common/tusb_types.h +++ b/src/common/tusb_types.h @@ -197,9 +197,6 @@ typedef enum TUSB_EVENT_XFER_COMPLETE,
TUSB_EVENT_XFER_ERROR,
TUSB_EVENT_XFER_STALLED,
-
- TUSB_EVENT_BUS_RESET, // TODO refractor
- TUSB_EVENT_SETUP_RECEIVED,
}tusb_event_t;
enum {
|
