diff options
| author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-08 10:45:19 +0000 |
|---|---|---|
| committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-08 10:45:19 +0000 |
| commit | 8d831a5f0a7afbbf0cec353d4a94d6a314d5548d (patch) | |
| tree | 9fc99130e9d18c45e67c7bac86106c93f7c39fb0 | |
| parent | e545ecb52988822c88f969867e602a3dcbb714b7 (diff) | |
| download | ChibiOS-8d831a5f0a7afbbf0cec353d4a94d6a314d5548d.tar.gz ChibiOS-8d831a5f0a7afbbf0cec353d4a94d6a314d5548d.tar.bz2 ChibiOS-8d831a5f0a7afbbf0cec353d4a94d6a314d5548d.zip | |
Improved STM32F3xx/I2C-LSM303DLHC/Makefile
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11629 110e8d01-0319-4d1e-a829-52ad28d1bb01
| -rw-r--r-- | testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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
#
|
