aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf.h
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2014-11-16 13:51:14 +0300
committerbarthess <barthess@yandex.ru>2014-11-16 13:51:14 +0300
commit809e59f6c3f667661959317c67b48bdba1603407 (patch)
tree0b9099bf904c05f35aa2559dddd84dcafe865539 /testhal/STM32/STM32F4xx/FSMC_SRAM/halconf.h
parenteb7d78a7e9d27ad3874ae42e9c121459efcdd0d3 (diff)
downloadChibiOS-Contrib-809e59f6c3f667661959317c67b48bdba1603407.tar.gz
ChibiOS-Contrib-809e59f6c3f667661959317c67b48bdba1603407.tar.bz2
ChibiOS-Contrib-809e59f6c3f667661959317c67b48bdba1603407.zip
Added hooks for community source
Diffstat (limited to 'testhal/STM32/STM32F4xx/FSMC_SRAM/halconf.h')
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_SRAM/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf.h b/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf.h
index aa413e0..35f8130 100644
--- a/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf.h
+++ b/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf.h
@@ -31,6 +31,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.
*/
#if !defined(HAL_USE_PAL) || defined(__DOXYGEN__)