aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F4xx/platform.mk
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-22 08:52:18 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-22 08:52:18 +0000
commit93be331bcec89f81d0335fb7c5e239f0f02d6e0b (patch)
tree73491cb3fe7ef9fdb95d3a6acceba96c0bbd352b /os/hal/platforms/STM32F4xx/platform.mk
parent38339542cc09f2fb53d4b08ae3fe12bb488d1ffc (diff)
downloadChibiOS-93be331bcec89f81d0335fb7c5e239f0f02d6e0b.tar.gz
ChibiOS-93be331bcec89f81d0335fb7c5e239f0f02d6e0b.tar.bz2
ChibiOS-93be331bcec89f81d0335fb7c5e239f0f02d6e0b.zip
STM32F2xx deleted and merged with STM32F4xx code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4775 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F4xx/platform.mk')
-rw-r--r--os/hal/platforms/STM32F4xx/platform.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F4xx/platform.mk b/os/hal/platforms/STM32F4xx/platform.mk
index 60a487f82..e39dbda59 100644
--- a/os/hal/platforms/STM32F4xx/platform.mk
+++ b/os/hal/platforms/STM32F4xx/platform.mk
@@ -1,4 +1,4 @@
-# List of all the STM32F4xx platform files.
+# List of all the STM32F2xx/STM32F4xx platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F4xx/stm32_dma.c \
${CHIBIOS}/os/hal/platforms/STM32F4xx/hal_lld.c \
${CHIBIOS}/os/hal/platforms/STM32F4xx/adc_lld.c \