aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/onewire/Makefile
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2014-12-27 22:15:39 +0300
committerbarthess <barthess@yandex.ru>2014-12-27 22:18:30 +0300
commit0c93d4077931fc46c0f468e712cc7110a3d3456e (patch)
tree77341a4753d716391c089f6660d55b13bc10d72d /testhal/STM32/STM32F4xx/onewire/Makefile
parent82b8855e83fe93bd4f7857169d519811d17a6534 (diff)
downloadChibiOS-Contrib-0c93d4077931fc46c0f468e712cc7110a3d3456e.tar.gz
ChibiOS-Contrib-0c93d4077931fc46c0f468e712cc7110a3d3456e.tar.bz2
ChibiOS-Contrib-0c93d4077931fc46c0f468e712cc7110a3d3456e.zip
[1-wire] Cosmetical cleanups
Diffstat (limited to 'testhal/STM32/STM32F4xx/onewire/Makefile')
-rw-r--r--testhal/STM32/STM32F4xx/onewire/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/onewire/Makefile b/testhal/STM32/STM32F4xx/onewire/Makefile
index e82a879..ec5cd09 100644
--- a/testhal/STM32/STM32F4xx/onewire/Makefile
+++ b/testhal/STM32/STM32F4xx/onewire/Makefile
@@ -65,7 +65,7 @@ endif
# Enables the use of FPU on Cortex-M4 (no, softfp, hard).
ifeq ($(USE_FPU),)
- USE_FPU = softfp
+ USE_FPU = no
endif
#