aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx/I2C/Makefile
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-05 17:51:00 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-05 17:51:00 +0000
commitb109cacb8af5ec7f4ca9bb96b190b96ed21f1c97 (patch)
tree57f319acf9723c51faffbd3937df4eeea5ba51e5 /testhal/STM32F1xx/I2C/Makefile
parent5b8b005cbdeae242145d1f88fc59a4c92ccbfc33 (diff)
downloadChibiOS-b109cacb8af5ec7f4ca9bb96b190b96ed21f1c97.tar.gz
ChibiOS-b109cacb8af5ec7f4ca9bb96b190b96ed21f1c97.tar.bz2
ChibiOS-b109cacb8af5ec7f4ca9bb96b190b96ed21f1c97.zip
I2C. Minor changes in testhals.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3743 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/I2C/Makefile')
-rw-r--r--testhal/STM32F1xx/I2C/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F1xx/I2C/Makefile b/testhal/STM32F1xx/I2C/Makefile
index a118fb9a7..24cebda3b 100644
--- a/testhal/STM32F1xx/I2C/Makefile
+++ b/testhal/STM32F1xx/I2C/Makefile
@@ -31,7 +31,7 @@ endif
# Enable this if you want to see the full log while compiling.
ifeq ($(USE_VERBOSE_COMPILE),)
- USE_VERBOSE_COMPILE = yes
+ USE_VERBOSE_COMPILE = no
endif
#