diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-31 19:16:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-31 19:16:15 +0000 |
commit | 4152c2a9197f0126920c077ba6d057949e1aeb74 (patch) | |
tree | 454ab81c855e1c6ef8ae07b70327d6518651f422 /os/hal | |
parent | ccd6229bb4dc92afd6194de02f8cd51de8d561cc (diff) | |
download | ChibiOS-4152c2a9197f0126920c077ba6d057949e1aeb74.tar.gz ChibiOS-4152c2a9197f0126920c077ba6d057949e1aeb74.tar.bz2 ChibiOS-4152c2a9197f0126920c077ba6d057949e1aeb74.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3898 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/STM32F2xx/platform.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F2xx/platform.mk b/os/hal/platforms/STM32F2xx/platform.mk index d93744d19..37b37bc93 100644 --- a/os/hal/platforms/STM32F2xx/platform.mk +++ b/os/hal/platforms/STM32F2xx/platform.mk @@ -11,7 +11,7 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F2xx/stm32_dma.c \ ${CHIBIOS}/os/hal/platforms/STM32/spi_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/uart_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/GPIOv2/pal_lld.c \
- ${CHIBIOS}/os/hal/platforms/STM32/RTCv2/rtc_lld.c \
+ ${CHIBIOS}/os/hal/platforms/STM32/RTCv2/rtc_lld.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32F2xx \
|