changes
Fork of USBDevice by
Revision 67:8e871bbb2647, committed 2017-03-09
- Comitter:
- asilva14
- Date:
- Thu Mar 09 23:53:57 2017 +0000
- Parent:
- 66:c5e178adb138
- Commit message:
- commit;
Changed in this revision
| USBDevice/USBHAL_Maxim.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/USBDevice/USBHAL_Maxim.cpp Fri Nov 11 17:59:00 2016 +0000
+++ b/USBDevice/USBHAL_Maxim.cpp Thu Mar 09 23:53:57 2017 +0000
@@ -141,7 +141,7 @@
// attach IRQ handler and enable interrupts
instance = this;
- NVIC_SetVector(USB_IRQn, &_usbisr);
+ NVIC_SetVector(USB_IRQn, (uint32_t) &_usbisr);
NVIC_EnableIRQ(USB_IRQn);
}
