rename usbh_xfer_isr to hcd_event_xfer_complete

This commit is contained in:
hathach
2018-12-10 05:46:42 +07:00
parent a31f83dbb0
commit 57233cead7
10 changed files with 17 additions and 15 deletions

View File

@@ -717,7 +717,7 @@ static void done_queue_isr(uint8_t hostid)
if ( pipe_hdl.xfer_type != TUSB_XFER_CONTROL) pipe_hdl.index = ed_get_index(p_ed);
usbh_xfer_isr(pipe_hdl, p_ed->td_tail.class_code, event, xferred_bytes);
hcd_event_xfer_complete(pipe_hdl, p_ed->td_tail.class_code, event, xferred_bytes);
}
td_head = (ohci_td_item_t*) td_head->next_td;