aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32L1xx
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-05-18 07:42:20 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-05-18 07:42:20 +0000
commit69f0a9c0f55f71867f97b6656adede58df099cfa (patch)
tree1815eb185db4237adc75fb0f7072a9f21865cea7 /os/hal/ports/STM32/STM32L1xx
parente83612c31548f3187d6289a06f823bbbb0225a2a (diff)
downloadChibiOS-69f0a9c0f55f71867f97b6656adede58df099cfa.tar.gz
ChibiOS-69f0a9c0f55f71867f97b6656adede58df099cfa.tar.bz2
ChibiOS-69f0a9c0f55f71867f97b6656adede58df099cfa.zip
Fixed STM32 .mk files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7987 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32L1xx')
-rw-r--r--os/hal/ports/STM32/STM32L1xx/platform.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32L1xx/platform.mk b/os/hal/ports/STM32/STM32L1xx/platform.mk
index 2d3dfb7d3..6f8e8d053 100644
--- a/os/hal/ports/STM32/STM32L1xx/platform.mk
+++ b/os/hal/ports/STM32/STM32L1xx/platform.mk
@@ -52,8 +52,8 @@ PLATFORMSRC := $(CHIBIOS)/os/hal/ports/common/ARMCMx/nvic.c \
$(CHIBIOS)/os/hal/ports/STM32/STM32L1xx/hal_lld.c \
$(CHIBIOS)/os/hal/ports/STM32/STM32L1xx/adc_lld.c \
$(CHIBIOS)/os/hal/ports/STM32/STM32L1xx/ext_lld_isr.c \
- $(CHIBIOS)/os/hal/ports/STM32/LLD/dac_lld.c \
$(CHIBIOS)/os/hal/ports/STM32/LLD/ext_lld.c \
+ $(CHIBIOS)/os/hal/ports/STM32/LLD/DACv1/dac_lld.c \
$(CHIBIOS)/os/hal/ports/STM32/LLD/GPIOv2/pal_lld.c \
$(CHIBIOS)/os/hal/ports/STM32/LLD/I2Cv1/i2c_lld.c \
$(CHIBIOS)/os/hal/ports/STM32/LLD/SPIv1/spi_lld.c \