fix incorrect USB IRQ typo for samd

This commit is contained in:
hathach 2020-05-04 22:00:22 +07:00
parent d60ec0fae3
commit 6d6e5b1ee9

View file

@ -42,7 +42,7 @@ void USB_3_Handler (void) { tud_int_handler(0); }
#else
void USBD_IRQHandler(void) { tud_int_handler(0); }
void USB_Handler(void) { tud_int_handler(0); }
#endif
} // extern C