summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tms320dm320/mrobe-500/usb-mr500.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tms320dm320/mrobe-500/usb-mr500.c')
-rw-r--r--firmware/target/arm/tms320dm320/mrobe-500/usb-mr500.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/tms320dm320/mrobe-500/usb-mr500.c b/firmware/target/arm/tms320dm320/mrobe-500/usb-mr500.c
index 2e3518868b..1fbc1ce60f 100644
--- a/firmware/target/arm/tms320dm320/mrobe-500/usb-mr500.c
+++ b/firmware/target/arm/tms320dm320/mrobe-500/usb-mr500.c
@@ -62,6 +62,7 @@ void usb_init_device(void) {
62} 62}
63 63
64/* This is the initial interupt handler routine for the USB controller */ 64/* This is the initial interupt handler routine for the USB controller */
65void GIO3 (void) __attribute__ ((section(".icode")));
65void GIO3 (void) { 66void GIO3 (void) {
66 /* Clear the interrupt, this is critical to do before running the full 67 /* Clear the interrupt, this is critical to do before running the full
67 * handler otherwise you might miss an interrupt and everything will stop 68 * handler otherwise you might miss an interrupt and everything will stop