diff options
| author | hathach <[email protected]> | 2018-12-10 05:46:42 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-10 05:47:33 +0700 |
| commit | 57233cead73120dc10148340d32278e59c8ead3f (patch) | |
| tree | 3885b71c41629bac812ff47a49b79574cb8c5ecd /src/host/usbh.c | |
| parent | a31f83dbb0d123d15dcc393dd9d926a4cc7352b6 (diff) | |
rename usbh_xfer_isr to hcd_event_xfer_complete
Diffstat (limited to 'src/host/usbh.c')
| -rw-r--r-- | src/host/usbh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c index a9e825f70..ff9ca9666 100644 --- a/src/host/usbh.c +++ b/src/host/usbh.c @@ -256,7 +256,7 @@ static inline tusb_error_t usbh_pipe_control_close(uint8_t dev_addr) // USBH-HCD ISR/Callback API
//--------------------------------------------------------------------+
// interrupt caused by a TD (with IOC=1) in pipe of class class_code
-void usbh_xfer_isr(uint8_t dev_addr, uint8_t ep_addr, xfer_result_t event, uint32_t xferred_bytes)
+void hcd_event_xfer_complete(uint8_t dev_addr, uint8_t ep_addr, xfer_result_t event, uint32_t xferred_bytes)
{
usbh_device_t* dev = &_usbh_devices[ dev_addr ];
|
