diff options
Diffstat (limited to 'testhal/STM32F4xx/RTC/Makefile')
-rw-r--r-- | testhal/STM32F4xx/RTC/Makefile | 2 |
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
#
|