From 809e59f6c3f667661959317c67b48bdba1603407 Mon Sep 17 00:00:00 2001 From: barthess Date: Sun, 16 Nov 2014 13:51:14 +0300 Subject: Added hooks for community source --- testhal/STM32/STM32F4xx/FSMC_NAND/halconf.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'testhal/STM32/STM32F4xx/FSMC_NAND') diff --git a/testhal/STM32/STM32F4xx/FSMC_NAND/halconf.h b/testhal/STM32/STM32F4xx/FSMC_NAND/halconf.h index f73801d..81c8fee 100644 --- a/testhal/STM32/STM32F4xx/FSMC_NAND/halconf.h +++ b/testhal/STM32/STM32F4xx/FSMC_NAND/halconf.h @@ -30,6 +30,13 @@ #include "mcuconf.h" +/** + * @brief Enables the community overlay. + */ +#if !defined(HAL_USE_COMMUNITY) || defined(__DOXYGEN__) +#define HAL_USE_COMMUNITY TRUE +#endif + /** * @brief Enables the PAL subsystem. */ -- cgit v1.2.3