correct hcd_edpt_clear_stall() API signature

This commit is contained in:
hathach
2023-07-26 19:56:48 +07:00
parent 9554283b03
commit c37a957174
7 changed files with 13 additions and 13 deletions

View File

@@ -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