diff options
| author | hathach <[email protected]> | 2020-04-06 17:24:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-06 17:24:22 +0700 |
| commit | fb05451a26ebafd67de27271fd22b85d36fa3c62 (patch) | |
| tree | e68ea73ac0a9b4cc5f1dbbbc1436b8829ee8d1e6 /src/device/usbd.h | |
| parent | dc4bf02dcb8198c9647e13bc0f5b4e5fcdeef618 (diff) | |
mass rename dcd_isr() to dcd_irq_handler()
Diffstat (limited to 'src/device/usbd.h')
| -rw-r--r-- | src/device/usbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h index 683366f98..2bb9821ed 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_irq_handler dcd_isr +#define tud_irq_handler dcd_irq_handler // Check if device is connected and configured bool tud_mounted(void); |
