From 65ba371306b8e4ab07aa7936a132610df14eea3d Mon Sep 17 00:00:00 2001 From: Nicolas Reinecke Date: Sun, 1 May 2016 02:25:32 +0200 Subject: fix warnings in STM32 projects because of missing configs --- testhal/STM32/STM32F0xx/crc/halconf_community.h | 1 + 1 file changed, 1 insertion(+) (limited to 'testhal/STM32/STM32F0xx/crc') diff --git a/testhal/STM32/STM32F0xx/crc/halconf_community.h b/testhal/STM32/STM32F0xx/crc/halconf_community.h index 9fa5c16..2bc41bf 100644 --- a/testhal/STM32/STM32F0xx/crc/halconf_community.h +++ b/testhal/STM32/STM32F0xx/crc/halconf_community.h @@ -23,6 +23,7 @@ #if !defined(HAL_USE_COMMUNITY) || defined(__DOXYGEN__) #define HAL_USE_COMMUNITY TRUE #endif + /** * @brief Enables the FSMC subsystem. */ -- cgit v1.2.3