aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
Diffstat (limited to 'os')
-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