From 2212cb731fd691e1394ba955fb5cc85ceec43ac8 Mon Sep 17 00:00:00 2001 From: Fabien Poussin Date: Fri, 14 Apr 2017 12:51:10 +0200 Subject: Fixed NRF51 Makefiles --- demos/NRF51/MICROBIT/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/NRF51/MICROBIT/Makefile b/demos/NRF51/MICROBIT/Makefile index 46523ce..fec59c6 100644 --- a/demos/NRF51/MICROBIT/Makefile +++ b/demos/NRF51/MICROBIT/Makefile @@ -86,7 +86,7 @@ endif PROJECT = ch # Imported source files and paths -CHIBIOS = $(HOME)/ChibiOS/ChibiOS +CHIBIOS = ../../../../ChibiOS-RT CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib # Startup files. include $(CHIBIOS_CONTRIB)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_nrf51.mk -- cgit v1.2.3