summaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-07-26 19:56:48 +0700
committerhathach <[email protected]>2023-07-26 19:56:48 +0700
commitc37a9571741cef0dcf0cd5a77e202ae741a2dd42 (patch)
tree64158d58c1bab816b1687f61f54e25f90603d533 /src/host
parent9554283b03cb4af00119ccd5a38e539749b32d53 (diff)
correct hcd_edpt_clear_stall() API signature
Diffstat (limited to 'src/host')
-rw-r--r--src/host/hcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/hcd.h b/src/host/hcd.h
index 50f1dcdcc..898e0c6a4 100644
--- a/src/host/hcd.h
+++ b/src/host/hcd.h
@@ -179,7 +179,7 @@ bool hcd_edpt_abort_xfer(uint8_t rhport, uint8_t dev_addr, uint8_t ep_addr);
bool hcd_setup_send(uint8_t rhport, uint8_t dev_addr, uint8_t const setup_packet[8]);
// clear stall, data toggle is also reset to DATA0
-bool hcd_edpt_clear_stall(uint8_t daddr, uint8_t ep_addr);
+bool hcd_edpt_clear_stall(uint8_t rhport, uint8_t daddr, uint8_t ep_addr);
//--------------------------------------------------------------------+
// USBH implemented API