diff options
author | Uladzimir Pylinski <barthess@yandex.ru> | 2017-03-01 21:52:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-01 21:52:33 +0300 |
commit | 97aaabeedd53ec16147696f8b44b16ee43d86a99 (patch) | |
tree | 227c25787f5ab7b830773fec550243967512f435 /testhal/STM32/STM32F0xx/qei | |
parent | a4d41047d538feffa4ca4199493b6fd1068e7780 (diff) | |
parent | 8974911eda3154feeba29fd680a13b84e7138e20 (diff) | |
download | ChibiOS-Contrib-97aaabeedd53ec16147696f8b44b16ee43d86a99.tar.gz ChibiOS-Contrib-97aaabeedd53ec16147696f8b44b16ee43d86a99.tar.bz2 ChibiOS-Contrib-97aaabeedd53ec16147696f8b44b16ee43d86a99.zip |
Merge pull request #113 from romainreignier/fix_ch_dependency
Fix ch dependency.
Diffstat (limited to 'testhal/STM32/STM32F0xx/qei')
-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
|