fix incorrect USB IRQ typo for samd
This commit is contained in:
parent
d60ec0fae3
commit
6d6e5b1ee9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue