rename hal_dcd_isr to dcd_irq_handler for fomu

This commit is contained in:
hathach
2020-04-08 16:47:20 +07:00
parent e879ad1e6f
commit 40e23672ff
4 changed files with 4 additions and 44 deletions

View File

@@ -613,7 +613,7 @@ static void handle_setup(void)
usb_setup_ev_pending_write(1);
}
void hal_dcd_isr(uint8_t rhport)
void dcd_irq_handler(uint8_t rhport)
{
(void)rhport;
uint8_t next_ev;