diff options
| -rw-r--r-- | testhal/NRF51/NRF51822/RNG/Makefile | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/testhal/NRF51/NRF51822/RNG/Makefile b/testhal/NRF51/NRF51822/RNG/Makefile index 5f7d506..3641de7 100644 --- a/testhal/NRF51/NRF51822/RNG/Makefile +++ b/testhal/NRF51/NRF51822/RNG/Makefile @@ -81,10 +81,8 @@ endif  PROJECT = ch
  # Imported source files and paths
 -CHIBIOS         = /home/sdalu/ChibiOS/ChibiOS
 -CHIBIOS_CONTRIB = /home/sdalu/ChibiOS/ChibiOS-Contrib
 -#CHIBIOS = ../../../../../ChibiOS-RT
 -#CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib
 +CHIBIOS = ../../../../../ChibiOS-RT
 +CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib
  # Startup files.
  include $(CHIBIOS_CONTRIB)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_nrf51.mk
 | 
