diff options
| author | hathach <[email protected]> | 2013-07-01 15:30:29 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-07-01 15:30:29 +0700 |
| commit | 3f0d740776ec94ef49da69c94b70eeb1bd81af76 (patch) | |
| tree | df4cf4c2aa8043d4da51d96bb2f8ac6aeb7477be /tinyusb/host/usbh.c | |
| parent | 35adca5ba3517462417a439b8ee82bf43a4b6b67 (diff) | |
rename usbh_isr to usbh_xfer_isr
Diffstat (limited to 'tinyusb/host/usbh.c')
| -rw-r--r-- | tinyusb/host/usbh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/host/usbh.c b/tinyusb/host/usbh.c index 628cf637a..e4c20883b 100644 --- a/tinyusb/host/usbh.c +++ b/tinyusb/host/usbh.c @@ -236,7 +236,7 @@ tusb_interface_status_t usbh_pipe_status_get(pipe_handle_t pipe_hdl) // USBH-HCD ISR/Callback API //--------------------------------------------------------------------+ // interrupt caused by a TD (with IOC=1) in pipe of class class_code -void usbh_isr(pipe_handle_t pipe_hdl, uint8_t class_code, tusb_event_t event) +void usbh_xfer_isr(pipe_handle_t pipe_hdl, uint8_t class_code, tusb_event_t event) { uint8_t class_index = std_class_code_to_index(class_code); if (class_index == 0) // Control transfer |
