From 8d831a5f0a7afbbf0cec353d4a94d6a314d5548d Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Thu, 8 Mar 2018 10:45:19 +0000 Subject: Improved STM32F3xx/I2C-LSM303DLHC/Makefile git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11629 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile index 6345d1aa6..a7766a33a 100644 --- a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile +++ b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile @@ -71,7 +71,7 @@ endif # Enables the use of FPU (no, softfp, hard). ifeq ($(USE_FPU),) - USE_FPU = no + USE_FPU = hard endif # -- cgit v1.2.3