aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/IAR/ARMCMx/LPC13xx/vectors.s
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/IAR/ARMCMx/LPC13xx/vectors.s')
-rw-r--r--os/ports/IAR/ARMCMx/LPC13xx/vectors.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/os/ports/IAR/ARMCMx/LPC13xx/vectors.s b/os/ports/IAR/ARMCMx/LPC13xx/vectors.s
index ff8dc4993..9b764501b 100644
--- a/os/ports/IAR/ARMCMx/LPC13xx/vectors.s
+++ b/os/ports/IAR/ARMCMx/LPC13xx/vectors.s
@@ -104,6 +104,8 @@ __vector_table:
DCD Vector114
DCD Vector118
DCD Vector11C
+ DCD Vector120
+ DCD Vector124
/*
* Default interrupt handlers.
@@ -178,6 +180,8 @@ __vector_table:
PUBWEAK Vector114
PUBWEAK Vector118
PUBWEAK Vector11C
+ PUBWEAK Vector120
+ PUBWEAK Vector124
PUBLIC _unhandled_exception
SECTION .text:CODE:REORDER(1)
@@ -253,6 +257,8 @@ Vector110
Vector114
Vector118
Vector11C
+Vector120
+Vector124
_unhandled_exception
b _unhandled_exception