aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc.c
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2016-07-14 13:18:21 +0300
committerbarthess <barthess@yandex.ru>2016-07-14 13:18:21 +0300
commitc7afdebe336e148a4e05453324fbbbcf1bb5a399 (patch)
treeeaf42d4a6cb00ad0efc5f736a150066ddf6d5518 /os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc.c
parent097a59799a39eb5889d241537d024fd8f9d6a0ab (diff)
downloadChibiOS-Contrib-c7afdebe336e148a4e05453324fbbbcf1bb5a399.tar.gz
ChibiOS-Contrib-c7afdebe336e148a4e05453324fbbbcf1bb5a399.tar.bz2
ChibiOS-Contrib-c7afdebe336e148a4e05453324fbbbcf1bb5a399.zip
Added room for STM32F7x
Diffstat (limited to 'os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc.c')
-rw-r--r--os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc.c b/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc.c
index 8b1082c..40ad05c 100644
--- a/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc.c
+++ b/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc.c
@@ -96,7 +96,8 @@ void fsmc_init(void) {
#endif
#if (defined(STM32F427xx) || defined(STM32F437xx) || \
- defined(STM32F429xx) || defined(STM32F439xx))
+ defined(STM32F429xx) || defined(STM32F439xx) || \
+ defined(STM32F7))
#if STM32_USE_FSMC_SDRAM
FSMCD1.sdram = (FSMC_SDRAM_TypeDef *)FSMC_Bank5_6_R_BASE;
#endif