From 4186e908ee40f09bdc22360cfdc0cb3207262d32 Mon Sep 17 00:00:00 2001 From: Fabien Poussin Date: Fri, 14 Apr 2017 13:01:28 +0200 Subject: Fixed NRF52 and Win32 demos. --- demos/NRF52/Classic/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'demos/NRF52') diff --git a/demos/NRF52/Classic/Makefile b/demos/NRF52/Classic/Makefile index 24f0f3a..0f318b1 100644 --- a/demos/NRF52/Classic/Makefile +++ b/demos/NRF52/Classic/Makefile @@ -89,9 +89,8 @@ endif PROJECT = ch # Imported source files and paths -NRF51SDK = /home/sdalu/nRF51-SDK -CHIBIOS = /home/sdalu/ChibiOS/ChibiOS -CHIBIOS_CONTRIB = /home/sdalu/ChibiOS/ChibiOS-Contrib +CHIBIOS = ../../../../ChibiOS-RT +CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib # Startup files. include $(CHIBIOS_CONTRIB)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_nrf52.mk # HAL-OSAL files (optional). -- cgit v1.2.3