aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-TEENSY2-USB
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/RT-TEENSY2-USB')
-rw-r--r--demos/AVR/RT-TEENSY2-USB/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/AVR/RT-TEENSY2-USB/Makefile b/demos/AVR/RT-TEENSY2-USB/Makefile
index 242fae2e0..8f5207fcf 100644
--- a/demos/AVR/RT-TEENSY2-USB/Makefile
+++ b/demos/AVR/RT-TEENSY2-USB/Makefile
@@ -110,8 +110,8 @@ DEBUG = dwarf-2
# Use forward slashes for directory separators.
# For a directory that has spaces, enclose it in quotes.
EXTRAINCDIRS = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) $(TESTINC) \
- $(HALINC) $(OSALINC) $(PLATFORMINC) \
- $(BOARDINC) $(CHIBIOS)/os/various/shell \
+ $(HALINC) $(OSALINC) $(PLATFORMINC) \
+ $(BOARDINC) $(CHIBIOS)/os/various/shell \
$(STREAMSINC)
# Compiler flag to set the C Standard level.