summaryrefslogtreecommitdiff
path: root/src/device/usbd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-04-06 17:04:49 +0700
committerhathach <[email protected]>2020-04-06 17:04:49 +0700
commitdc4bf02dcb8198c9647e13bc0f5b4e5fcdeef618 (patch)
treeccb10f184498635124375c8669b14e51fb31c6c1 /src/device/usbd.h
parent2d6d298302be2d39374c36e7889341dee944d542 (diff)
mass rename tud_isr to tud_irq_handler
Diffstat (limited to 'src/device/usbd.h')
-rw-r--r--src/device/usbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h
index beeec7e1c..683366f98 100644
--- a/src/device/usbd.h
+++ b/src/device/usbd.h
@@ -48,7 +48,7 @@ bool tud_init (void);
void tud_task (void);
// Interrupt handler, name alias to DCD
-#define tud_isr dcd_isr
+#define tud_irq_handler dcd_isr
// Check if device is connected and configured
bool tud_mounted(void);