Fixed platform makefiles for STM32F1xx.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10109 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-02-23 09:50:34 +00:00
parent 02115502a2
commit 4140ae5815
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.