From f08e027ec693de17421bf94073dbce41f045b6ce Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 30 Jun 2018 09:24:11 +0000 Subject: Spurious character removed. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12121 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/common/startup/ARMCMx/compilers/GCC/vectors.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/common') diff --git a/os/common/startup/ARMCMx/compilers/GCC/vectors.S b/os/common/startup/ARMCMx/compilers/GCC/vectors.S index 6e3c35f91..ad2b29dcc 100644 --- a/os/common/startup/ARMCMx/compilers/GCC/vectors.S +++ b/os/common/startup/ARMCMx/compilers/GCC/vectors.S @@ -259,7 +259,7 @@ Reset_Handler: b _crt0_entry .thumb_func - .weak NMI_Handler, + .weak NMI_Handler .weak HardFault_Handler .weak MemManage_Handler .weak BusFault_Handler -- cgit v1.2.3