diff options
| author | hathach <[email protected]> | 2020-09-03 13:12:09 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-09-03 13:12:25 +0700 |
| commit | 1d83ad0ebb6c263736b0dadec80c9406563a5199 (patch) | |
| tree | f42336461c5bb35fea544d01357148b49fb7e348 /src/host/ehci | |
| parent | 1cee2da7b920288202f651a4b970e50e05b8786f (diff) | |
rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handler
Diffstat (limited to 'src/host/ehci')
| -rw-r--r-- | src/host/ehci/ehci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/ehci/ehci.c b/src/host/ehci/ehci.c index e2ead7b08..295da4566 100644 --- a/src/host/ehci/ehci.c +++ b/src/host/ehci/ehci.c @@ -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; |
