Skip to content

Commit fd0a1d1

Browse files
AGlass0fMilkArto Kinnunen
authored andcommitted
Added a return from the virtual status transfer software-triggered interrupt. Not entirely sure this is appropriate.
1 parent a646be0 commit fd0a1d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@ void USBD_HAL_IRQHandler(void)
634634
}
635635

636636
virtual_status_xfer_event = false;
637+
return;
637638
}
638639
// Call Nordic driver IRQ handler
639640
USBD_IRQHandler();

0 commit comments

Comments
 (0)