remove hcd_edpt_stalled()

This commit is contained in:
hathach
2021-06-10 16:55:12 +07:00
parent 13cb016042
commit 7e6cba7359
5 changed files with 1 additions and 25 deletions

View File

@@ -529,12 +529,6 @@ bool hcd_edpt_busy(uint8_t dev_addr, uint8_t ep_addr)
return busy;
}
bool hcd_edpt_stalled(uint8_t dev_addr, uint8_t ep_addr)
{
panic("hcd_pipe_stalled");
return false;
}
bool hcd_edpt_clear_stall(uint8_t dev_addr, uint8_t ep_addr)
{
panic("hcd_clear_stall");