diff options
author | Fabien Poussin <fabien.poussin@gmail.com> | 2019-03-12 10:50:06 +0100 |
---|---|---|
committer | Fabien Poussin <fabien.poussin@gmail.com> | 2019-03-12 10:50:06 +0100 |
commit | f7cdcf592ecaf3545de2afb3d7702c309eda04f0 (patch) | |
tree | d96c222cccad0298dd414454767855124a0870b5 /demos/MSP430X/NIL-EXP430FR5969 | |
parent | b9872ff13d009e8ea949701e6a496740f1022367 (diff) | |
download | ChibiOS-Contrib-f7cdcf592ecaf3545de2afb3d7702c309eda04f0.tar.gz ChibiOS-Contrib-f7cdcf592ecaf3545de2afb3d7702c309eda04f0.tar.bz2 ChibiOS-Contrib-f7cdcf592ecaf3545de2afb3d7702c309eda04f0.zip |
Updated ChibiOS path for all Makefiles
Diffstat (limited to 'demos/MSP430X/NIL-EXP430FR5969')
-rw-r--r-- | demos/MSP430X/NIL-EXP430FR5969/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/MSP430X/NIL-EXP430FR5969/Makefile b/demos/MSP430X/NIL-EXP430FR5969/Makefile index f9a9627..c54f4fe 100644 --- a/demos/MSP430X/NIL-EXP430FR5969/Makefile +++ b/demos/MSP430X/NIL-EXP430FR5969/Makefile @@ -100,7 +100,7 @@ endif PROJECT = nil
# Imported source files and paths
-CHIBIOS = ../../../../ChibiOS-RT
+CHIBIOS = ../../../../ChibiOS
CHIBIOS_CONTRIB = ../../..
# Startup files.
include $(CHIBIOS_CONTRIB)/os/common/startup/MSP430X/compilers/GCC/mk/startup_msp430fr5xxx.mk
|