summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ports/nrf/drivers/usb/usb_cdc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/nrf/drivers/usb/usb_cdc.c b/ports/nrf/drivers/usb/usb_cdc.c
index c90bced6bb..9d7c832e20 100644
--- a/ports/nrf/drivers/usb/usb_cdc.c
+++ b/ports/nrf/drivers/usb/usb_cdc.c
@@ -223,4 +223,8 @@ void mp_hal_stdout_tx_strn_cooked(const char *str, mp_uint_t len) {
}
}
+void USBD_IRQHandler(void) {
+ tud_int_handler(0);
+}
+
#endif // MICROPY_HW_USB_CDC