aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram_lld.c
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2019-10-29 20:16:08 +0100
committerFabien Poussin <fabien.poussin@gmail.com>2019-10-29 20:16:08 +0100
commit90f32c35466c9edbd59716de66903b3f537f5abb (patch)
tree8e1a1006a00d48c6196d0b053f3bf6d6781aae70 /os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram_lld.c
parent97b7064031ed2be5980a59cdab8174a9074febb4 (diff)
downloadChibiOS-Contrib-90f32c35466c9edbd59716de66903b3f537f5abb.tar.gz
ChibiOS-Contrib-90f32c35466c9edbd59716de66903b3f537f5abb.tar.bz2
ChibiOS-Contrib-90f32c35466c9edbd59716de66903b3f537f5abb.zip
Updating FSMC driver (SRAM part)
Diffstat (limited to 'os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram_lld.c')
-rw-r--r--os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram_lld.c b/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram_lld.c
index 5934f88..1b0c0db 100644
--- a/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram_lld.c
+++ b/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram_lld.c
@@ -34,7 +34,7 @@
defined(STM32F769xx) || defined(STM32F777xx) || \
defined(STM32F779xx))
-#if (STM32_FSMC_USE_SDRAM1 == TRUE) || (STM32_FSMC_USE_SDRAM2 == TRUE) || defined(__DOXYGEN__)
+#if (HAL_USE_FSMC_SDRAM == TRUE) || defined(__DOXYGEN__)
#include "hal_fsmc_sdram_lld.h"