aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/NIL-DIGISPARK-ATTINY-167/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/NIL-DIGISPARK-ATTINY-167/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/NIL-DIGISPARK-ATTINY-167/Makefile')
-rw-r--r--demos/AVR/NIL-DIGISPARK-ATTINY-167/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/AVR/NIL-DIGISPARK-ATTINY-167/Makefile b/demos/AVR/NIL-DIGISPARK-ATTINY-167/Makefile
index 4c76fa724..e26d10ebb 100644
--- a/demos/AVR/NIL-DIGISPARK-ATTINY-167/Makefile
+++ b/demos/AVR/NIL-DIGISPARK-ATTINY-167/Makefile
@@ -104,8 +104,8 @@ 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 = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) \
- $(HALINC) $(OSALINC) $(PLATFORMINC) \
+EXTRAINCDIRS = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) \
+ $(HALINC) $(OSALINC) $(PLATFORMINC) \
$(BOARDINC) $(CHIBIOS)/os/various
# Compiler flag to set the C Standard level.