From fd0a1d178af4f9f54af98d16b89248bf8c364cab Mon Sep 17 00:00:00 2001 From: George Beckstein Date: Thu, 21 Feb 2019 21:12:19 -0500 Subject: [PATCH] Added a return from the virtual status transfer software-triggered interrupt. Not entirely sure this is appropriate. --- .../targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp b/usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp index 90d9025f4d..92513240c2 100644 --- a/usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp +++ b/usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp @@ -634,6 +634,7 @@ void USBD_HAL_IRQHandler(void) } virtual_status_xfer_event = false; + return; } // Call Nordic driver IRQ handler USBD_IRQHandler();