diff options
Diffstat (limited to 'testex/STM32/STM32F4xx/SPI-LIS3DSH/Makefile')
| -rw-r--r-- | testex/STM32/STM32F4xx/SPI-LIS3DSH/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testex/STM32/STM32F4xx/SPI-LIS3DSH/Makefile b/testex/STM32/STM32F4xx/SPI-LIS3DSH/Makefile index de0645ee7..08f63d3e0 100644 --- a/testex/STM32/STM32F4xx/SPI-LIS3DSH/Makefile +++ b/testex/STM32/STM32F4xx/SPI-LIS3DSH/Makefile @@ -71,7 +71,7 @@ endif # Enables the use of FPU (no, softfp, hard).
ifeq ($(USE_FPU),)
- USE_FPU = hard
+ USE_FPU = no
endif
#
@@ -114,7 +114,7 @@ CSRC = $(STARTUPSRC) \ $(HALSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
- $(LIS3DSHSRC) \
+ $(LIS3DSHSRC) \
$(STREAMSSRC) \
$(SHELLSRC) \
usbcfg.c main.c
|
