aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-PRO-MICRO/Makefile
diff options
context:
space:
mode:
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