Skip to content

Commit 869e01e

Browse files
committed
Revert "nrf/usb: Make USB IRQ handler weak."
This reverts commit 141ff3d.
1 parent f218ae0 commit 869e01e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/nrf/drivers/usb/usb_cdc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ void usb_cdc_sd_event_handler(uint32_t soc_evt) {
139139
}
140140
#endif
141141

142-
MP_WEAK void USBD_IRQHandler(void) {
142+
void USBD_IRQHandler(void) {
143143
tud_int_handler(0);
144144
}
145145

0 commit comments

Comments
 (0)