diff options
-rw-r--r-- | os/common/startup/ARMCMx/devices/XMC1100/veneers_gcc.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/startup/ARMCMx/devices/XMC1100/veneers_gcc.S b/os/common/startup/ARMCMx/devices/XMC1100/veneers_gcc.S index 031e4941f..a039f6209 100644 --- a/os/common/startup/ARMCMx/devices/XMC1100/veneers_gcc.S +++ b/os/common/startup/ARMCMx/devices/XMC1100/veneers_gcc.S @@ -168,7 +168,7 @@ __veneers: mov pc, r0
ldr r0, =DebugMon_Handler
mov pc, r0
- movs r0, #13
+ movs r0, #14
b .
ldr r0, =PendSV_Handler
mov pc, r0
|