aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/FSMCv1/fsmc_sram.c
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-10-14 17:46:40 +0300
committerbarthess <barthess@yandex.ru>2015-10-14 17:46:40 +0300
commita2f9bc469a30a16b125d7f1a01f9bd2fbfc7eeac (patch)
treed3b55196a18b494f91352470cbd4f0f879d502c6 /os/hal/ports/STM32/LLD/FSMCv1/fsmc_sram.c
parent9345056eac6fe4bb9ef78ce20295c07ca27685a4 (diff)
downloadChibiOS-Contrib-a2f9bc469a30a16b125d7f1a01f9bd2fbfc7eeac.tar.gz
ChibiOS-Contrib-a2f9bc469a30a16b125d7f1a01f9bd2fbfc7eeac.tar.bz2
ChibiOS-Contrib-a2f9bc469a30a16b125d7f1a01f9bd2fbfc7eeac.zip
FSMC code cleanup
Diffstat (limited to 'os/hal/ports/STM32/LLD/FSMCv1/fsmc_sram.c')
-rw-r--r--os/hal/ports/STM32/LLD/FSMCv1/fsmc_sram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/FSMCv1/fsmc_sram.c b/os/hal/ports/STM32/LLD/FSMCv1/fsmc_sram.c
index 114f9bc..2375738 100644
--- a/os/hal/ports/STM32/LLD/FSMCv1/fsmc_sram.c
+++ b/os/hal/ports/STM32/LLD/FSMCv1/fsmc_sram.c
@@ -24,7 +24,7 @@
#include "hal.h"
#include "fsmc_sram.h"
-#if STM32_USE_FSMC_SRAM || defined(__DOXYGEN__)
+#if (STM32_USE_FSMC_SRAM == TRUE) || defined(__DOXYGEN__)
/*===========================================================================*/
/* Driver local definitions. */