SN32: Update USB IRQ priority

This commit is contained in:
stdvar 2021-03-14 03:09:00 -04:00 committed by Dimitris Mantzouranis
parent 737bf13059
commit 90174b9810
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ void usb_lld_start(USBDriver *usbp) {
#if PLATFORM_USB_USE_USB1 == TRUE
if (&USBD1 == usbp) {
USB_Init();
nvicEnableVector(USB_IRQn, 2);
nvicEnableVector(USB_IRQn, 14);
}
#endif
}