diff options
author | Uladzimir Pylinski <barthess@yandex.ru> | 2016-03-28 10:32:44 +0000 |
---|---|---|
committer | Uladzimir Pylinski <barthess@yandex.ru> | 2016-03-28 10:32:44 +0000 |
commit | 60d04bd486fe23f20f017266fab5e624ae31df0c (patch) | |
tree | cc7952e7a1526994b92bb075f19ae57e230760fe /testhal/STM32/STM32F1xx/I2C/Makefile | |
parent | b11ee365281c1254e89d759d4577c27fc29b2079 (diff) | |
download | ChibiOS-60d04bd486fe23f20f017266fab5e624ae31df0c.tar.gz ChibiOS-60d04bd486fe23f20f017266fab5e624ae31df0c.tar.bz2 ChibiOS-60d04bd486fe23f20f017266fab5e624ae31df0c.zip |
Updated I2C testhal for STM32F1x.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9174 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F1xx/I2C/Makefile')
-rw-r--r-- | testhal/STM32/STM32F1xx/I2C/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F1xx/I2C/Makefile b/testhal/STM32/STM32F1xx/I2C/Makefile index cc1d094f5..d6ae323ce 100644 --- a/testhal/STM32/STM32F1xx/I2C/Makefile +++ b/testhal/STM32/STM32F1xx/I2C/Makefile @@ -92,7 +92,7 @@ include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f1xx.m # HAL-OSAL files (optional).
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/ports/STM32/STM32F1xx/platform.mk
-include $(CHIBIOS)/os/hal/boards/OLIMEX_STM32_P103/board.mk
+include $(CHIBIOS)/os/hal/boards/OLIMEX_STM32_103STK/board.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
# RTOS files (optional).
include $(CHIBIOS)/os/rt/rt.mk
|