aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARMCMx/devices/XMC1100
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-06-23 13:36:34 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-06-23 13:36:34 +0000
commit4de9f399d61a51aa7df502d3e31b3495116e86fd (patch)
treef823a9343c571795ea17a00ed9420afa816aa097 /os/common/startup/ARMCMx/devices/XMC1100
parent03dfc9a4c1a707f555bfe3263def770a2c7b7c2b (diff)
downloadChibiOS-4de9f399d61a51aa7df502d3e31b3495116e86fd.tar.gz
ChibiOS-4de9f399d61a51aa7df502d3e31b3495116e86fd.tar.bz2
ChibiOS-4de9f399d61a51aa7df502d3e31b3495116e86fd.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9655 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/startup/ARMCMx/devices/XMC1100')
-rw-r--r--os/common/startup/ARMCMx/devices/XMC1100/veneers_gcc.S8
1 files changed, 3 insertions, 5 deletions
diff --git a/os/common/startup/ARMCMx/devices/XMC1100/veneers_gcc.S b/os/common/startup/ARMCMx/devices/XMC1100/veneers_gcc.S
index 16640e984..ce1a718ee 100644
--- a/os/common/startup/ARMCMx/devices/XMC1100/veneers_gcc.S
+++ b/os/common/startup/ARMCMx/devices/XMC1100/veneers_gcc.S
@@ -15,7 +15,7 @@
*/
/**
- * @file veneers_gcc.s
+ * @file veneers_gcc.S
* @brief XMC1100 veneers for GCC.
*
* @addtogroup ARMCMx_XMC1100_VENEERS_GCC
@@ -52,10 +52,8 @@ __veneers:
mov pc, r0
ldr r0, =HardFault_Handler
mov pc, r0
- ldr r0, =MemManage_Handler
- mov pc, r0
- ldr r0, =BusFault_Handler
- mov pc, r0
+ .long 0
+ .long 0
ldr r0, =UsageFault_Handler
mov pc, r0
.long 0