From 97e7ee4a690f17b4dabca4df2775cb3ccf207e5d Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 3 Oct 2016 15:25:01 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9849 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARMCMx/devices/XMC1100/veneers_gcc.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3