From 51514b134ee5bfca3647647620920747b41eaf3a Mon Sep 17 00:00:00 2001 From: barthess Date: Mon, 7 Sep 2015 22:26:44 +0300 Subject: STM32 testhal. Fixed paths in makefiles --- testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h') diff --git a/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h b/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h index be71357..5eecb56 100644 --- a/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h +++ b/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h @@ -45,6 +45,13 @@ #define HAL_USE_EICU FALSE #endif +/** + * @brief Enables the CRC subsystem. + */ +#if !defined(HAL_USE_CRC) || defined(__DOXYGEN__) +#define HAL_USE_CRC FALSE +#endif + /*===========================================================================*/ /* FSMCNAND driver related settings. */ /*===========================================================================*/ -- cgit v1.2.3