aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F407-DISCOVERY
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-04-23 13:05:14 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-04-23 13:05:14 +0000
commit07380f77723006361ce8ce473aa895215611f86f (patch)
tree360fa0749e3accf97e8717de445613e8720ed1ad /demos/STM32/RT-STM32F407-DISCOVERY
parentb63f065fe7ce0e491bc2c55a5ad4db68f8131cd8 (diff)
downloadChibiOS-07380f77723006361ce8ce473aa895215611f86f.tar.gz
ChibiOS-07380f77723006361ce8ce473aa895215611f86f.tar.bz2
ChibiOS-07380f77723006361ce8ce473aa895215611f86f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7921 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 d806eb8e7..e56e7e88c 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 = hard
+ USE_FPU = no
endif
#