diff options
author | Romain Reignier <rom.reignier@gmail.com> | 2017-02-28 22:55:22 +0100 |
---|---|---|
committer | Romain Reignier <rom.reignier@gmail.com> | 2017-02-28 22:59:45 +0100 |
commit | 0b5d9138478bbdd3c4ac3e2b478994bbcfa33021 (patch) | |
tree | 50b75ebdc14a9403f900885b09ec6e158225f49a /testhal/STM32/STM32F0xx | |
parent | 15517ffbd0095a884fd40efdff0281063093392a (diff) | |
download | ChibiOS-Contrib-0b5d9138478bbdd3c4ac3e2b478994bbcfa33021.tar.gz ChibiOS-Contrib-0b5d9138478bbdd3c4ac3e2b478994bbcfa33021.tar.bz2 ChibiOS-Contrib-0b5d9138478bbdd3c4ac3e2b478994bbcfa33021.zip |
[testhal] Fixed path for ChibiOS-RT.
Diffstat (limited to 'testhal/STM32/STM32F0xx')
-rw-r--r-- | testhal/STM32/STM32F0xx/qei/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F0xx/qei/Makefile b/testhal/STM32/STM32F0xx/qei/Makefile index 6f2e54c..6dbcf91 100644 --- a/testhal/STM32/STM32F0xx/qei/Makefile +++ b/testhal/STM32/STM32F0xx/qei/Makefile @@ -86,7 +86,7 @@ endif PROJECT = ch
# Imported source files and paths
-CHIBIOS = ../../../../../ChibiOS
+CHIBIOS = ../../../../../ChibiOS-RT
CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib
# Startup files.
include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f0xx.mk
|