aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-ARDUINO-MEGA
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-ARDUINO-MEGA
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-ARDUINO-MEGA')
-rw-r--r--demos/AVR/RT-ARDUINO-MEGA/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR/RT-ARDUINO-MEGA/Makefile b/demos/AVR/RT-ARDUINO-MEGA/Makefile
index 39542c4be..ba29fd41f 100644
--- a/demos/AVR/RT-ARDUINO-MEGA/Makefile
+++ b/demos/AVR/RT-ARDUINO-MEGA/Makefile
@@ -108,7 +108,7 @@ 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) \
+ $(HALINC) $(OSALINC) $(PLATFORMINC) \
$(BOARDINC) $(CHIBIOS)/os/various
# Compiler flag to set the C Standard level.