usbh make TU_API_SYNC() public, to implement sync() API, change return of sync API from uint8_t to tusb_xfer_result_t
This commit is contained in:
@@ -278,6 +278,8 @@ typedef enum {
|
||||
XFER_RESULT_INVALID
|
||||
} xfer_result_t;
|
||||
|
||||
#define tusb_xfer_result_t xfer_result_t
|
||||
|
||||
// TODO remove
|
||||
enum {
|
||||
DESC_OFFSET_LEN = 0,
|
||||
|
Reference in New Issue
Block a user