From 5a89061e200367ad0827cb64b11a5eed8b7958be Mon Sep 17 00:00:00 2001 From: barthess Date: Mon, 24 Aug 2015 18:27:39 +0300 Subject: EICU. Fixed warnings in testhal. --- testhal/STM32/STM32F4xx/EICU/halconf_community.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'testhal/STM32/STM32F4xx/EICU') diff --git a/testhal/STM32/STM32F4xx/EICU/halconf_community.h b/testhal/STM32/STM32F4xx/EICU/halconf_community.h index 70856e8..7d0cf5f 100644 --- a/testhal/STM32/STM32F4xx/EICU/halconf_community.h +++ b/testhal/STM32/STM32F4xx/EICU/halconf_community.h @@ -45,6 +45,13 @@ #define HAL_USE_EICU TRUE #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