From 52f883487b7ddab81b4d27ad63792d53fea5ee2a Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Wed, 2 Aug 2017 17:40:47 +0000 Subject: 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 --- demos/AVR/NIL-DIGISPARK-ATTINY-167/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/AVR/NIL-DIGISPARK-ATTINY-167/Makefile') 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. -- cgit v1.2.3