summaryrefslogtreecommitdiffstats
path: root/usb/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'usb/usb.c')
-rw-r--r--usb/usb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usb/usb.c b/usb/usb.c
index 59519fc..8b78f3b 100644
--- a/usb/usb.c
+++ b/usb/usb.c
@@ -44,6 +44,7 @@ void usb_setup(void)
/* NVIC Enable interrupt */
ISR_CLRPEND(73);
ISR_SETENA(73);
+ INTPRI(73) = 0x00;
/* Enable USB */
USB0_CTL = BV(CTL_USBENSOFEN);