From a3957b7b09915108b70871c018acf106a2746a9d Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Sat, 18 Jan 2020 13:38:26 +0000 Subject: [PATCH] [avr][demo] This is a commit to to test the commit process. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13288 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- demos/AVR/RT-ARDUINO-UNO/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/AVR/RT-ARDUINO-UNO/Makefile b/demos/AVR/RT-ARDUINO-UNO/Makefile index b8511dcb7..dd071181c 100644 --- a/demos/AVR/RT-ARDUINO-UNO/Makefile +++ b/demos/AVR/RT-ARDUINO-UNO/Makefile @@ -35,7 +35,7 @@ ifeq ($(USE_VERBOSE_COMPILE),) USE_VERBOSE_COMPILE = no endif -# If enabled, this option makes the build process faster by not compiling +# If enabled, this option makes the build process faster by not compiling. # modules not used in the current configuration. ifeq ($(USE_SMART_BUILD),) USE_SMART_BUILD = yes