diff options
Diffstat (limited to 'testhal/AVR/I2C/Makefile')
-rw-r--r-- | testhal/AVR/I2C/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/AVR/I2C/Makefile b/testhal/AVR/I2C/Makefile index 8e5413576..ec1e72af2 100644 --- a/testhal/AVR/I2C/Makefile +++ b/testhal/AVR/I2C/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.
|