From 17a75eaa028d0c4f462c0cc64649b661bdf7d5d0 Mon Sep 17 00:00:00 2001 From: Grissiom Date: Wed, 7 Jan 2015 12:47:33 +0800 Subject: [PATCH] lpc43xx: remove the fpu settings in startup_LPC43xx_M0 --- .../NXP/LPC43xx/Source/Templates/GCC/startup_LPC43xx_M0.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/GCC/startup_LPC43xx_M0.s b/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/GCC/startup_LPC43xx_M0.s index 38e186924..39baf2409 100644 --- a/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/GCC/startup_LPC43xx_M0.s +++ b/bsp/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/GCC/startup_LPC43xx_M0.s @@ -6,7 +6,7 @@ .syntax unified .cpu cortex-m0 - .fpu softvfp + .arch armv6-m .thumb .word _sidata -- GitLab