aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/MSP430X
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2017-04-14 12:51:10 +0200
committerFabien Poussin <fabien.poussin@gmail.com>2017-04-14 12:51:10 +0200
commit2212cb731fd691e1394ba955fb5cc85ceec43ac8 (patch)
treebae30e8043f741a36e875ee8d2a968f7a7e05589 /testhal/MSP430X
parent97aaabeedd53ec16147696f8b44b16ee43d86a99 (diff)
downloadChibiOS-Contrib-2212cb731fd691e1394ba955fb5cc85ceec43ac8.tar.gz
ChibiOS-Contrib-2212cb731fd691e1394ba955fb5cc85ceec43ac8.tar.bz2
ChibiOS-Contrib-2212cb731fd691e1394ba955fb5cc85ceec43ac8.zip
Fixed NRF51 Makefiles
Diffstat (limited to 'testhal/MSP430X')
-rw-r--r--testhal/MSP430X/EXP430FR5969/ADC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/MSP430X/EXP430FR5969/ADC/Makefile b/testhal/MSP430X/EXP430FR5969/ADC/Makefile
index cf81f18..89c32e0 100644
--- a/testhal/MSP430X/EXP430FR5969/ADC/Makefile
+++ b/testhal/MSP430X/EXP430FR5969/ADC/Makefile
@@ -136,7 +136,7 @@ CPPSRC =
ASMSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
INCDIR = $(CHIBIOS)/os/license \
- $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
+ $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(TESTINC) \
$(CHIBIOS)/os/various