aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F407-OLIMEX_E407-LWIP-FATFS-USB/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-01-18 10:10:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-01-18 10:10:15 +0000
commit80ee1191b315e8bbe90127d0b7b94b48810c3c2f (patch)
tree47141eebe3f6db64f10ecc4fbaeed18e41ba7520 /demos/STM32/RT-STM32F407-OLIMEX_E407-LWIP-FATFS-USB/Makefile
parent82468bc338daf7547f14ba687e36989dfdaa2b64 (diff)
downloadChibiOS-80ee1191b315e8bbe90127d0b7b94b48810c3c2f.tar.gz
ChibiOS-80ee1191b315e8bbe90127d0b7b94b48810c3c2f.tar.bz2
ChibiOS-80ee1191b315e8bbe90127d0b7b94b48810c3c2f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7631 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F407-OLIMEX_E407-LWIP-FATFS-USB/Makefile')
-rw-r--r--demos/STM32/RT-STM32F407-OLIMEX_E407-LWIP-FATFS-USB/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F407-OLIMEX_E407-LWIP-FATFS-USB/Makefile b/demos/STM32/RT-STM32F407-OLIMEX_E407-LWIP-FATFS-USB/Makefile
index 5013c9bb5..e4cc74c07 100644
--- a/demos/STM32/RT-STM32F407-OLIMEX_E407-LWIP-FATFS-USB/Makefile
+++ b/demos/STM32/RT-STM32F407-OLIMEX_E407-LWIP-FATFS-USB/Makefile
@@ -40,7 +40,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
#