rename xfer complete enum
This commit is contained in:
@@ -197,9 +197,9 @@ typedef enum
|
||||
|
||||
typedef enum
|
||||
{
|
||||
TUSB_EVENT_XFER_COMPLETE,
|
||||
TUSB_EVENT_XFER_ERROR,
|
||||
TUSB_EVENT_XFER_STALLED,
|
||||
XFER_RESULT_SUCCESS,
|
||||
XFER_RESULT_FAILED,
|
||||
XFER_RESULT_STALLED,
|
||||
}xfer_result_t;
|
||||
|
||||
enum
|
||||
|
||||
Reference in New Issue
Block a user