diff options
Diffstat (limited to 'testhal/NRF52/NRF52832/PWM-ICU/Makefile')
-rw-r--r-- | testhal/NRF52/NRF52832/PWM-ICU/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/NRF52/NRF52832/PWM-ICU/Makefile b/testhal/NRF52/NRF52832/PWM-ICU/Makefile index 6cc0a38..237bcbe 100644 --- a/testhal/NRF52/NRF52832/PWM-ICU/Makefile +++ b/testhal/NRF52/NRF52832/PWM-ICU/Makefile @@ -86,7 +86,7 @@ endif PROJECT = ch
# Imported source files and paths
-CHIBIOS = ../../../../../ChibiOS-RT
+CHIBIOS = ../../../../../ChibiOS
CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib
# Startup files.
|