aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-PRO-MICRO/Makefile
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-08-02 17:40:47 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-08-02 17:40:47 +0000
commit52f883487b7ddab81b4d27ad63792d53fea5ee2a (patch)
tree9e757a083236d6c7d326e4ce43f935de9fe0c9fd /demos/AVR/RT-PRO-MICRO/Makefile
parent40b6d76453be91a5b8998c19db80ccd57b5b1653 (diff)
downloadChibiOS-52f883487b7ddab81b4d27ad63792d53fea5ee2a.tar.gz
ChibiOS-52f883487b7ddab81b4d27ad63792d53fea5ee2a.tar.bz2
ChibiOS-52f883487b7ddab81b4d27ad63792d53fea5ee2a.zip
Correction of indentation on AVR demo Makefiles.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10351 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR/RT-PRO-MICRO/Makefile')
-rw-r--r--demos/AVR/RT-PRO-MICRO/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/AVR/RT-PRO-MICRO/Makefile b/demos/AVR/RT-PRO-MICRO/Makefile
index f9a854287..c044c868c 100644
--- a/demos/AVR/RT-PRO-MICRO/Makefile
+++ b/demos/AVR/RT-PRO-MICRO/Makefile
@@ -107,9 +107,9 @@ DEBUG = dwarf-2
# Each directory must be seperated by a space.
# Use forward slashes for directory separators.
# For a directory that has spaces, enclose it in quotes.
-EXTRAINCDIRS = $(PORTINC) $(KERNINC) $(TESTINC) \
- $(HALINC) $(OSALINC) $(PLATFORMINC) \
- $(BOARDINC) $(CHIBIOS)/os/license $(CHIBIOS)/os/various
+EXTRAINCDIRS = $(PORTINC) $(KERNINC) $(TESTINC) $(HALINC) \
+ $(OSALINC) $(PLATFORMINC) $(BOARDINC) \
+ $(CHIBIOS)/os/license $(CHIBIOS)/os/various
# Compiler flag to set the C Standard level.
# c89 = "ANSI" C