diff options
| author | hathach <[email protected]> | 2020-04-06 17:04:49 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-06 17:04:49 +0700 |
| commit | dc4bf02dcb8198c9647e13bc0f5b4e5fcdeef618 (patch) | |
| tree | ccb10f184498635124375c8669b14e51fb31c6c1 /hw/bsp/ngx4330 | |
| parent | 2d6d298302be2d39374c36e7889341dee944d542 (diff) | |
mass rename tud_isr to tud_irq_handler
Diffstat (limited to 'hw/bsp/ngx4330')
| -rw-r--r-- | hw/bsp/ngx4330/ngx4330.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/ngx4330/ngx4330.c b/hw/bsp/ngx4330/ngx4330.c index e1bafff8d..a789a8819 100644 --- a/hw/bsp/ngx4330/ngx4330.c +++ b/hw/bsp/ngx4330/ngx4330.c @@ -229,7 +229,7 @@ void USB0_IRQHandler(void) #endif #if CFG_TUSB_RHPORT0_MODE & OPT_MODE_DEVICE - tud_isr(0); + tud_irq_handler(0); #endif } @@ -240,7 +240,7 @@ void USB1_IRQHandler(void) #endif #if CFG_TUSB_RHPORT1_MODE & OPT_MODE_DEVICE - tud_isr(1); + tud_irq_handler(1); #endif } |
