mass rename tud_isr to tud_irq_handler

This commit is contained in:
hathach
2020-04-06 17:04:49 +07:00
parent 2d6d298302
commit dc4bf02dcb
24 changed files with 40 additions and 40 deletions
@@ -40,7 +40,7 @@
//--------------------------------------------------------------------+
void USB_Handler(void)
{
tud_isr(0);
tud_irq_handler(0);
}
//--------------------------------------------------------------------+