summaryrefslogtreecommitdiff
path: root/src/portable/microchip/samd
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-04-06 17:24:22 +0700
committerhathach <[email protected]>2020-04-06 17:24:22 +0700
commitfb05451a26ebafd67de27271fd22b85d36fa3c62 (patch)
treee68ea73ac0a9b4cc5f1dbbbc1436b8829ee8d1e6 /src/portable/microchip/samd
parentdc4bf02dcb8198c9647e13bc0f5b4e5fcdeef618 (diff)
mass rename dcd_isr() to dcd_irq_handler()
Diffstat (limited to 'src/portable/microchip/samd')
-rw-r--r--src/portable/microchip/samd/dcd_samd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/microchip/samd/dcd_samd.c b/src/portable/microchip/samd/dcd_samd.c
index 9f91e3f96..420526bfa 100644
--- a/src/portable/microchip/samd/dcd_samd.c
+++ b/src/portable/microchip/samd/dcd_samd.c
@@ -318,7 +318,7 @@ void maybe_transfer_complete(void) {
}
-void dcd_isr (uint8_t rhport)
+void dcd_irq_handler (uint8_t rhport)
{
(void) rhport;