change signature usbh_isr to add tusb_bus_event_t parameter
change singature of call_isr as well
This commit is contained in:
@@ -164,6 +164,11 @@ enum tusb_device_state_{
|
||||
TUSB_DEVICE_STATE_SAFE_REMOVE ,
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
BUS_EVENT_XFER_COMPLETE,
|
||||
BUS_EVENT_XFER_ERROR
|
||||
}tusb_bus_event_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user