diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-10-03 15:25:01 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-10-03 15:25:01 +0000 |
commit | 97e7ee4a690f17b4dabca4df2775cb3ccf207e5d (patch) | |
tree | 4af8464d9b7e9de530b33d0f814ca7d0f4db8657 /os/common | |
parent | 4318fdf75dc785d3be9cd770609f67bf0c870577 (diff) | |
download | ChibiOS-97e7ee4a690f17b4dabca4df2775cb3ccf207e5d.tar.gz ChibiOS-97e7ee4a690f17b4dabca4df2775cb3ccf207e5d.tar.bz2 ChibiOS-97e7ee4a690f17b4dabca4df2775cb3ccf207e5d.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9849 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
-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
|