aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/IRQ_STORM
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-22 21:22:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-22 21:22:34 +0000
commit0f716b3fce147fc9ca20aa1a63a4cff4b2fa362f (patch)
tree82f2a6eb251216132b54dc2c142048a2eb84c830 /testhal/STM32F4xx/IRQ_STORM
parent22b48b6876d80efce354c8b4c432b1f4a6bcf795 (diff)
downloadChibiOS-0f716b3fce147fc9ca20aa1a63a4cff4b2fa362f.tar.gz
ChibiOS-0f716b3fce147fc9ca20aa1a63a4cff4b2fa362f.tar.bz2
ChibiOS-0f716b3fce147fc9ca20aa1a63a4cff4b2fa362f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3651 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/IRQ_STORM')
-rw-r--r--testhal/STM32F4xx/IRQ_STORM/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/IRQ_STORM/Makefile b/testhal/STM32F4xx/IRQ_STORM/Makefile
index f392d9733..de1ac051f 100644
--- a/testhal/STM32F4xx/IRQ_STORM/Makefile
+++ b/testhal/STM32F4xx/IRQ_STORM/Makefile
@@ -5,7 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16 -mhard-float -mfpu=fpv4-sp-d16
+ USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16 -mhard-float -mfpu=fpv4-sp-d16 -fsingle-precision-constant
endif
# C specific options here (added to USE_OPT).