diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-18 10:47:25 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-18 10:47:25 +0000 |
commit | f24f61dc0ee1dd8a4b538bdcbfaac870aa39816a (patch) | |
tree | 2f5c41385323a9c10ee668f58f4caeb28ecb91f4 /os/hal/platforms/STM32F30x | |
parent | de8293ab3cdfd42fa4ac7f0deb7955bc8263202d (diff) | |
download | ChibiOS-f24f61dc0ee1dd8a4b538bdcbfaac870aa39816a.tar.gz ChibiOS-f24f61dc0ee1dd8a4b538bdcbfaac870aa39816a.tar.bz2 ChibiOS-f24f61dc0ee1dd8a4b538bdcbfaac870aa39816a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5450 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F30x')
-rw-r--r-- | os/hal/platforms/STM32F30x/platform.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F30x/platform.mk b/os/hal/platforms/STM32F30x/platform.mk index 2a089f7f0..855260033 100644 --- a/os/hal/platforms/STM32F30x/platform.mk +++ b/os/hal/platforms/STM32F30x/platform.mk @@ -9,7 +9,7 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F30x/stm32_dma.c \ ${CHIBIOS}/os/hal/platforms/STM32/icu_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/pwm_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/GPIOv2/pal_lld.c \
- ${CHIBIOS}/os/hal/platforms/STM32/I2Cv2/pal_lld.c \
+ ${CHIBIOS}/os/hal/platforms/STM32/I2Cv2/i2c_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/SPIv2/spi_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/USARTv2/serial_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/USARTv2/uart_lld.c \
|