aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F407-DISCOVERY/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-04-13 12:29:05 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-04-13 12:29:05 +0000
commit64f1f5f94a2ed2d74c13b19947cf8dde44c0856f (patch)
treec48b93c35ebca4df94ced0925d7b6c170dab50fd /demos/STM32/RT-STM32F407-DISCOVERY/Makefile
parent2462d4b270b1f1bfa2028196dcda6fbe9db03f05 (diff)
downloadChibiOS-64f1f5f94a2ed2d74c13b19947cf8dde44c0856f.tar.gz
ChibiOS-64f1f5f94a2ed2d74c13b19947cf8dde44c0856f.tar.bz2
ChibiOS-64f1f5f94a2ed2d74c13b19947cf8dde44c0856f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7889 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F407-DISCOVERY/Makefile')
-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 e56e7e88c..d806eb8e7 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
#