summaryrefslogtreecommitdiff
path: root/src/portable/valentyusb
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-04-17 12:27:53 +0700
committerhathach <[email protected]>2020-04-17 12:27:53 +0700
commit50be9d7c3ad08fdc8a79f38606111cf83c84efb9 (patch)
tree97d6a53cdf69d213427aae77d9b3a3fbc0f6f976 /src/portable/valentyusb
parent4bbbba48cbcd1aa655e1f7367f39d5c22e89a8d9 (diff)
mass rename tud/dcd_irq_handler to tud/dcd_init_handler
Diffstat (limited to 'src/portable/valentyusb')
-rw-r--r--src/portable/valentyusb/eptri/dcd_eptri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/valentyusb/eptri/dcd_eptri.c b/src/portable/valentyusb/eptri/dcd_eptri.c
index 1e7219a1f..8dde874fc 100644
--- a/src/portable/valentyusb/eptri/dcd_eptri.c
+++ b/src/portable/valentyusb/eptri/dcd_eptri.c
@@ -626,7 +626,7 @@ static void handle_setup(void)
usb_setup_ev_pending_write(1);
}
-void dcd_irq_handler(uint8_t rhport)
+void dcd_int_handler(uint8_t rhport)
{
(void)rhport;
uint8_t next_ev;