diff options
| author | hathach <[email protected]> | 2018-11-23 15:14:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-23 15:14:47 +0700 |
| commit | cb8782e5f28b4897e73520c91296d1ac7d71da81 (patch) | |
| tree | d8d7554f4ba2c1020eb28e961e11539632d192da /src/common | |
| parent | e61e9d8b1b9f8e551b4560c61f707bbaeac1fc9a (diff) | |
rename tusb_event_t to xfer_result_t
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_types.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h index 32632cd90..7b5268d4f 100644 --- a/src/common/tusb_types.h +++ b/src/common/tusb_types.h @@ -197,11 +197,10 @@ typedef enum typedef enum
{
- TUSB_EVENT_NONE = 0,
TUSB_EVENT_XFER_COMPLETE,
TUSB_EVENT_XFER_ERROR,
TUSB_EVENT_XFER_STALLED,
-}tusb_event_t;
+}xfer_result_t;
enum
{
|
