aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/SPI-LIS302DL
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-05-21 14:52:32 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-05-21 14:52:32 +0000
commit6e77c0510daf8cdaf50fae0be259b370367c549c (patch)
tree19433ec3fa221caf18404064650ccacccbd1c576 /testhal/STM32/STM32F4xx/SPI-LIS302DL
parentb7990242e58acd5834eb0d34091a02cc90935ed8 (diff)
downloadChibiOS-6e77c0510daf8cdaf50fae0be259b370367c549c.tar.gz
ChibiOS-6e77c0510daf8cdaf50fae0be259b370367c549c.tar.bz2
ChibiOS-6e77c0510daf8cdaf50fae0be259b370367c549c.zip
Enabled FPU in ChibiOS/EX demos
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9498 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/SPI-LIS302DL')
-rw-r--r--testhal/STM32/STM32F4xx/SPI-LIS302DL/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/SPI-LIS302DL/Makefile b/testhal/STM32/STM32F4xx/SPI-LIS302DL/Makefile
index 3b35d257d..d1fbfb2b1 100644
--- a/testhal/STM32/STM32F4xx/SPI-LIS302DL/Makefile
+++ b/testhal/STM32/STM32F4xx/SPI-LIS302DL/Makefile
@@ -71,7 +71,7 @@ endif
# Enables the use of FPU (no, softfp, hard).
ifeq ($(USE_FPU),)
- USE_FPU = no
+ USE_FPU = hard
endif
#