diff options
author | Theodore Ateba <tf.ateba@gmail.com> | 2017-08-02 17:40:47 +0000 |
---|---|---|
committer | Theodore Ateba <tf.ateba@gmail.com> | 2017-08-02 17:40:47 +0000 |
commit | 52f883487b7ddab81b4d27ad63792d53fea5ee2a (patch) | |
tree | 9e757a083236d6c7d326e4ce43f935de9fe0c9fd /demos/AVR/NIL-ARDUINO-UNO | |
parent | 40b6d76453be91a5b8998c19db80ccd57b5b1653 (diff) | |
download | ChibiOS-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-ARDUINO-UNO')
-rw-r--r-- | demos/AVR/NIL-ARDUINO-UNO/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR/NIL-ARDUINO-UNO/Makefile b/demos/AVR/NIL-ARDUINO-UNO/Makefile index 2668c9b00..d0d008bbf 100644 --- a/demos/AVR/NIL-ARDUINO-UNO/Makefile +++ b/demos/AVR/NIL-ARDUINO-UNO/Makefile @@ -107,7 +107,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.
|