From 4140ae5815ee4b963d0cf2ae82d545567abd7121 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 23 Feb 2017 09:50:34 +0000 Subject: Fixed platform makefiles for STM32F1xx. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10109 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F1xx/platform.mk | 2 +- os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal') diff --git a/os/hal/ports/STM32/STM32F1xx/platform.mk b/os/hal/ports/STM32/STM32F1xx/platform.mk index 9a2fca831..216724585 100644 --- a/os/hal/ports/STM32/STM32F1xx/platform.mk +++ b/os/hal/ports/STM32/STM32F1xx/platform.mk @@ -17,8 +17,8 @@ ifneq ($(findstring HAL_USE_ADC TRUE,$(HALCONF)),) PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/STM32F1xx/hal_adc_lld.c endif else +PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/STM32F1xx/hal_ext_lld_isr.c \ $(CHIBIOS)/os/hal/ports/STM32/STM32F1xx/hal_adc_lld.c -PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/STM32F1xx/hal_ext_lld_isr.c endif # Drivers compatible with the platform. diff --git a/os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk b/os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk index 3b2a4168a..8c4eb980e 100644 --- a/os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk +++ b/os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk @@ -17,8 +17,8 @@ ifneq ($(findstring HAL_USE_ADC TRUE,$(HALCONF)),) PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/STM32F1xx/hal_adc_lld.c endif else +PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/STM32F1xx/hal_ext_lld_isr.c \ $(CHIBIOS)/os/hal/ports/STM32/STM32F1xx/hal_adc_lld.c -PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/STM32F1xx/hal_ext_lld_isr.c endif # Drivers compatible with the platform. -- cgit v1.2.3