Added a return from the virtual status transfer software-triggered interrupt. Not entirely sure this is appropriate.

pull/10952/head
George Beckstein 2019-02-21 21:12:19 -05:00 committed by Arto Kinnunen
parent a646be0c7d
commit fd0a1d178a
1 changed files with 1 additions and 0 deletions

View File

@ -634,6 +634,7 @@ void USBD_HAL_IRQHandler(void)
} }
virtual_status_xfer_event = false; virtual_status_xfer_event = false;
return;
} }
// Call Nordic driver IRQ handler // Call Nordic driver IRQ handler
USBD_IRQHandler(); USBD_IRQHandler();