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

@@ -163,8 +163,8 @@ bool hcd_setup_send(uint8_t rhport, uint8_t dev_addr, uint8_t const setup_packet
// return busy;
//}
bool hcd_edpt_clear_stall(uint8_t dev_addr, uint8_t ep_addr)
{
bool hcd_edpt_clear_stall(uint8_t rhport, uint8_t dev_addr, uint8_t ep_addr) {
(void) rhport;
(void) dev_addr;
(void) ep_addr;