diff options
-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
|