From 6e2745e0c970a51befda84eac350febbf0e8c033 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 10 Jun 2015 11:40:06 +0000 Subject: Fixed bug #599. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8013 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal') diff --git a/os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk b/os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk index 368ebc8a3..0a90ed152 100644 --- a/os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk +++ b/os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk @@ -74,7 +74,7 @@ PLATFORMSRC := $(CHIBIOS)/os/hal/ports/common/ARMCMx/nvic.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1/gpt_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1/icu_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1/pwm_lld.c \ - $(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1/st_lld.c + $(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1/st_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/USARTv1/serial_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/USARTv1/uart_lld.c endif -- cgit v1.2.3