From cdf83ce254198264167a1102c9c615b141b3c1dd Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 5 Nov 2011 14:40:48 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3472 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32F4xx/hal_lld.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'os/hal/platforms/STM32F4xx/hal_lld.h') diff --git a/os/hal/platforms/STM32F4xx/hal_lld.h b/os/hal/platforms/STM32F4xx/hal_lld.h index 337b67b55..ca46e5287 100644 --- a/os/hal/platforms/STM32F4xx/hal_lld.h +++ b/os/hal/platforms/STM32F4xx/hal_lld.h @@ -781,13 +781,13 @@ #error "STM32_LSECLK outside acceptable range (STM32_LSECLK_MIN...STM32_LSECLK_MAX)" #endif -#else /* !#if STM32_LSE_ENABLED */ +#else /* !STM32_LSE_ENABLED */ #if STM32_RTCSEL == STM32_RTCSEL_LSE #error "LSE not enabled, required by STM32_RTCSEL" #endif -#endif /* !#if STM32_LSE_ENABLED */ +#endif /* !STM32_LSE_ENABLED */ /** * @brief STM32_PLLM field. @@ -1208,8 +1208,9 @@ /* External declarations. */ /*===========================================================================*/ -/* STM32 DMA support code.*/ +/* STM32 DMA and RCC helpers.*/ #include "stm32_dma.h" +#include "stm32_rcc.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.3