From 04c11df0b2d3ef9fa2e8f6d9a27668a8d3d24c7c Mon Sep 17 00:00:00 2001 From: barthess Date: Tue, 15 Mar 2016 10:19:56 +0300 Subject: Updated some testhal projects to new ChibiOS code --- testhal/STM32/STM32F0xx/crc/halconf_community.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (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 52966ee..9fa5c16 100644 --- a/testhal/STM32/STM32F0xx/crc/halconf_community.h +++ b/testhal/STM32/STM32F0xx/crc/halconf_community.h @@ -52,12 +52,19 @@ #endif /** - * @brief Enables the community subsystem. + * @brief Enables the CRC subsystem. */ #if !defined(HAL_USE_CRC) || defined(__DOXYGEN__) #define HAL_USE_CRC TRUE #endif +/** + * @brief Enables the RNG subsystem. + */ +#if !defined(HAL_USE_RNG) || defined(__DOXYGEN__) +#define HAL_USE_RNG FALSE +#endif + /*===========================================================================*/ /* FSMCNAND driver related settings. */ /*===========================================================================*/ -- cgit v1.2.3