From b7cefd6fac81a164017c4f81b8b53584e104db0b Mon Sep 17 00:00:00 2001 From: barthess Date: Tue, 18 Oct 2016 12:08:34 +0300 Subject: Testhal. Directory with hardware independant code renamed to 'common'. --- testhal/STM32/STM32F1xx/onewire/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/STM32/STM32F1xx') diff --git a/testhal/STM32/STM32F1xx/onewire/Makefile b/testhal/STM32/STM32F1xx/onewire/Makefile index a59db05..e9d4238 100644 --- a/testhal/STM32/STM32F1xx/onewire/Makefile +++ b/testhal/STM32/STM32F1xx/onewire/Makefile @@ -82,7 +82,7 @@ PROJECT = ch # Imported source files and paths CHIBIOS = ../../../../../ChibiOS-RT CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib -TESTHAL = $(CHIBIOS_CONTRIB)/testhal/hw_abstracted/onewire +TESTHAL = $(CHIBIOS_CONTRIB)/testhal/common/onewire # Startup files. include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f1xx.mk # HAL-OSAL files (optional). -- cgit v1.2.3