aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2018-03-15 14:46:29 +0100
committerFabien Poussin <fabien.poussin@gmail.com>2018-03-15 14:46:29 +0100
commit0a83c4adda4898a74e5b87ddd6968522ec614602 (patch)
tree4c530f5d95d7bd40dadf7e678e7176ad5ff2801b /testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h
parent106edc8ddb1e4929c11ece3ecc64ecfd0b7047ab (diff)
downloadChibiOS-Contrib-0a83c4adda4898a74e5b87ddd6968522ec614602.tar.gz
ChibiOS-Contrib-0a83c4adda4898a74e5b87ddd6968522ec614602.tar.bz2
ChibiOS-Contrib-0a83c4adda4898a74e5b87ddd6968522ec614602.zip
Fixed STM32F4 FSMC examples
Diffstat (limited to 'testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h')
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h b/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h
index 631bb9f..da9c607 100644
--- a/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h
+++ b/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h
@@ -28,7 +28,7 @@
* @brief Enables the FSMC subsystem.
*/
#if !defined(HAL_USE_FSMC) || defined(__DOXYGEN__)
-#define HAL_USE_FSMC FALSE
+#define HAL_USE_FSMC TRUE
#endif
/**