aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx/I2C
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-17 19:08:16 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-17 19:08:16 +0000
commite062d102509b81aed745ca0367fa0053495b8761 (patch)
treeb4e2e924612820f2071c02859b5b52a323f6f587 /testhal/STM32F1xx/I2C
parent843b44675be048abf04541be2fa00242384dfc01 (diff)
downloadChibiOS-e062d102509b81aed745ca0367fa0053495b8761.tar.gz
ChibiOS-e062d102509b81aed745ca0367fa0053495b8761.tar.bz2
ChibiOS-e062d102509b81aed745ca0367fa0053495b8761.zip
Cleaned "//" comments.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3628 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/I2C')
-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 829c472df..08494928a 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 = no
+ USE_VERBOSE_COMPILE = yes
endif
#