aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/RTC/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-07 07:19:46 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-07 07:19:46 +0000
commitc355f186d743bc95989f447c29adcbe7c6a81dd3 (patch)
treebc0e01d39d245f0c09cd5dabb24e6737423968ec /testhal/STM32F4xx/RTC/Makefile
parent618b341a054bb067c81fbf94343c28c021ae9665 (diff)
downloadChibiOS-c355f186d743bc95989f447c29adcbe7c6a81dd3.tar.gz
ChibiOS-c355f186d743bc95989f447c29adcbe7c6a81dd3.tar.bz2
ChibiOS-c355f186d743bc95989f447c29adcbe7c6a81dd3.zip
Removed obsolete halconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3754 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/RTC/Makefile')
-rw-r--r--testhal/STM32F4xx/RTC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/RTC/Makefile b/testhal/STM32F4xx/RTC/Makefile
index b41ba0124..02f7a7f98 100644
--- a/testhal/STM32F4xx/RTC/Makefile
+++ b/testhal/STM32F4xx/RTC/Makefile
@@ -30,7 +30,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
#