From 74065b233afc62203edcb68f281da5839dad5930 Mon Sep 17 00:00:00 2001 From: barthess Date: Mon, 24 Aug 2015 16:26:22 +0300 Subject: Fixed rest of paths in build scripts. --- testhal/STM32/STM32F0xx/crc/halconf_community.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'testhal/STM32/STM32F0xx/crc/halconf_community.h') diff --git a/testhal/STM32/STM32F0xx/crc/halconf_community.h b/testhal/STM32/STM32F0xx/crc/halconf_community.h index 9f2aa99..a46f7eb 100644 --- a/testhal/STM32/STM32F0xx/crc/halconf_community.h +++ b/testhal/STM32/STM32F0xx/crc/halconf_community.h @@ -45,6 +45,13 @@ #define HAL_USE_EICU FALSE #endif +/** + * @brief Enables the community subsystem. + */ +#if !defined(HAL_USE_CRC) || defined(__DOXYGEN__) +#define HAL_USE_CRC TRUE +#endif + /*===========================================================================*/ /* FSMCNAND driver related settings. */ /*===========================================================================*/ @@ -76,13 +83,6 @@ /* CRC driver settings. */ /*===========================================================================*/ -/** - * @brief Enables the community subsystem. - */ -#if !defined(HAL_USE_CRC) || defined(__DOXYGEN__) -#define HAL_USE_CRC TRUE -#endif - /** * @brief Enables DMA engine when performing CRC transactions. * @note Enabling this option also enables asynchronous API. -- cgit v1.2.3