aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/NIL-DIGISPARK-ATTINY-167/Makefile
diff options
context:
space:
mode:
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.