diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-06-30 09:24:11 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-06-30 09:24:11 +0000 |
commit | f08e027ec693de17421bf94073dbce41f045b6ce (patch) | |
tree | 6309b7eccb3e930b694ecff0abfaeeab10ef0770 /os/common | |
parent | 14f274991fc85b70dd4294c482f6d4ce79e72339 (diff) | |
download | ChibiOS-f08e027ec693de17421bf94073dbce41f045b6ce.tar.gz ChibiOS-f08e027ec693de17421bf94073dbce41f045b6ce.tar.bz2 ChibiOS-f08e027ec693de17421bf94073dbce41f045b6ce.zip |
Spurious character removed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12121 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/startup/ARMCMx/compilers/GCC/vectors.S | 2 |
1 files changed, 1 insertions, 1 deletions
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
|