change signature usbh_isr to add tusb_bus_event_t parameter
change singature of call_isr as well
This commit is contained in:
@@ -66,11 +66,6 @@ typedef struct {
|
||||
uint8_t index;
|
||||
} pipe_handle_t;
|
||||
|
||||
typedef enum {
|
||||
BUS_XFER_COMPLETE,
|
||||
BUS_XFER_ERROR
|
||||
}usb_bus_event_t;
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
// USBH-HCD API
|
||||
//--------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user