We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d60ec0f + 6d6e5b1 commit e607c3dCopy full SHA for e607c3d
cores/arduino/TinyUSB/Adafruit_TinyUSB_SAMD.cpp
@@ -42,7 +42,7 @@ void USB_3_Handler (void) { tud_int_handler(0); }
42
43
#else
44
45
-void USBD_IRQHandler(void) { tud_int_handler(0); }
+void USB_Handler(void) { tud_int_handler(0); }
46
47
#endif
48
} // extern C
0 commit comments