rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handler
This commit is contained in:
@@ -648,7 +648,7 @@ static void xfer_error_isr(uint8_t hostid)
|
||||
}
|
||||
|
||||
//------------- Host Controller Driver's Interrupt Handler -------------//
|
||||
void hcd_isr(uint8_t rhport)
|
||||
void hcd_int_handler(uint8_t rhport)
|
||||
{
|
||||
ehci_registers_t* regs = ehci_data.regs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user