aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F407-DISCOVERY
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-10-26 09:57:09 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-10-26 09:57:09 +0000
commitda0a231bbcac124415c001ae59a576d5cefeb07b (patch)
treec3bc5f2dd8cc37747943478b69c4132e741b1ee5 /demos/STM32/RT-STM32F407-DISCOVERY
parent904182fd332e97b474c5733866bc653befc57587 (diff)
downloadChibiOS-da0a231bbcac124415c001ae59a576d5cefeb07b.tar.gz
ChibiOS-da0a231bbcac124415c001ae59a576d5cefeb07b.tar.bz2
ChibiOS-da0a231bbcac124415c001ae59a576d5cefeb07b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7421 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F407-DISCOVERY')
-rw-r--r--demos/STM32/RT-STM32F407-DISCOVERY/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F407-DISCOVERY/Makefile b/demos/STM32/RT-STM32F407-DISCOVERY/Makefile
index eb2f10684..175b7d24d 100644
--- a/demos/STM32/RT-STM32F407-DISCOVERY/Makefile
+++ b/demos/STM32/RT-STM32F407-DISCOVERY/Makefile
@@ -65,7 +65,7 @@ endif
# Enables the use of FPU on Cortex-M4 (no, softfp, hard).
ifeq ($(USE_FPU),)
- USE_FPU = no
+ USE_FPU = hard
endif
#