aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram_lld.h
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.h
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.h')
-rw-r--r--os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram_lld.h b/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram_lld.h
index 0e533b6..1fc7993 100644
--- a/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram_lld.h
+++ b/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram_lld.h
@@ -37,7 +37,7 @@
#include "hal_fsmc.h"
-#if (STM32_FSMC_USE_SDRAM1 == TRUE) || (STM32_FSMC_USE_SDRAM2 == TRUE) || defined(__DOXYGEN__)
+#if (HAL_USE_FSMC_SDRAM == TRUE) || defined(__DOXYGEN__)
/*===========================================================================*/
/* Driver constants. */