summaryrefslogtreecommitdiff
path: root/src/portable/microchip/samg
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/microchip/samg
parent4bbbba48cbcd1aa655e1f7367f39d5c22e89a8d9 (diff)
mass rename tud/dcd_irq_handler to tud/dcd_init_handler
Diffstat (limited to 'src/portable/microchip/samg')
-rw-r--r--src/portable/microchip/samg/dcd_samg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/microchip/samg/dcd_samg.c b/src/portable/microchip/samg/dcd_samg.c
index c122b9bee..7703ee0dc 100644
--- a/src/portable/microchip/samg/dcd_samg.c
+++ b/src/portable/microchip/samg/dcd_samg.c
@@ -347,7 +347,7 @@ void dcd_edpt_clear_stall (uint8_t rhport, uint8_t ep_addr)
//--------------------------------------------------------------------+
// ISR
//--------------------------------------------------------------------+
-void dcd_irq_handler(uint8_t rhport)
+void dcd_int_handler(uint8_t rhport)
{
uint32_t const intr_mask = UDP->UDP_IMR;
uint32_t const intr_status = UDP->UDP_ISR & intr_mask;