aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F4xx
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2014-10-22 10:33:02 +0300
committerbarthess <barthess@yandex.ru>2014-10-22 10:33:02 +0300
commit5f231b6aaf4f3506b462faed77db0b3a5595d918 (patch)
tree4c7d0acd1cd51045e671667d74624a4b4f5cc33c /os/hal/ports/STM32/STM32F4xx
parente52b67e87f5ae2fcef035584de5f38477f6b478e (diff)
downloadChibiOS-Contrib-5f231b6aaf4f3506b462faed77db0b3a5595d918.tar.gz
ChibiOS-Contrib-5f231b6aaf4f3506b462faed77db0b3a5595d918.tar.bz2
ChibiOS-Contrib-5f231b6aaf4f3506b462faed77db0b3a5595d918.zip
FSMC. SDRAM. Style cleanup
Diffstat (limited to 'os/hal/ports/STM32/STM32F4xx')
-rw-r--r--os/hal/ports/STM32/STM32F4xx/platform.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F4xx/platform.mk b/os/hal/ports/STM32/STM32F4xx/platform.mk
index dc8f1c4..2ede59d 100644
--- a/os/hal/ports/STM32/STM32F4xx/platform.mk
+++ b/os/hal/ports/STM32/STM32F4xx/platform.mk
@@ -2,6 +2,7 @@ include ${CHIBIOS}/os/hal/ports/STM32/STM32F4xx/platform.mk
PLATFORMSRC += ${CHIBIOS}/community/os/hal/ports/STM32/LLD/FSMCv1/fsmc.c \
${CHIBIOS}/community/os/hal/ports/STM32/LLD/FSMCv1/nand_lld.c \
- ${CHIBIOS}/community/os/hal/ports/STM32/LLD/FSMCv1/fsmc_sram.c
+ ${CHIBIOS}/community/os/hal/ports/STM32/LLD/FSMCv1/fsmc_sram.c \
+ ${CHIBIOS}/community/os/hal/src/fsmc_sdram.c
PLATFORMINC += ${CHIBIOS}/community/os/hal/ports/STM32/LLD/FSMCv1