aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/I2C
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-04 19:01:28 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-04 19:01:28 +0000
commit9f2e4d3c4c3e58e1b7166265e943af59c111f39a (patch)
tree4301299bcc884dbc476f78a5042edbd3d092b58e /testhal/STM32F4xx/I2C
parent3f685aa996b5fd8af4ea87b67c32fa2ce311c273 (diff)
downloadChibiOS-9f2e4d3c4c3e58e1b7166265e943af59c111f39a.tar.gz
ChibiOS-9f2e4d3c4c3e58e1b7166265e943af59c111f39a.tar.bz2
ChibiOS-9f2e4d3c4c3e58e1b7166265e943af59c111f39a.zip
I2C. F4x teathal minor changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3730 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/I2C')
-rw-r--r--testhal/STM32F4xx/I2C/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/I2C/Makefile b/testhal/STM32F4xx/I2C/Makefile
index 3eb661a33..2fbf2d17e 100644
--- a/testhal/STM32F4xx/I2C/Makefile
+++ b/testhal/STM32F4xx/I2C/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 -fsingle-precision-constant
+ USE_OPT = -O0 -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).