From ad4bbd4690218aec911f422e9056e16dda2778d6 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 21 Oct 2012 17:38:05 +0000 Subject: Fixed bug Fixed bug 3578944. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4772 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32F2xx/hal_lld.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os/hal/platforms/STM32F2xx/hal_lld.h b/os/hal/platforms/STM32F2xx/hal_lld.h index a9332fe27..f100f6dc9 100644 --- a/os/hal/platforms/STM32F2xx/hal_lld.h +++ b/os/hal/platforms/STM32F2xx/hal_lld.h @@ -338,7 +338,7 @@ /* RTC attributes.*/ #define STM32_HAS_RTC TRUE -#define STM32_RTC_HAS_SUBSECONDS TRUE +#define STM32_RTC_HAS_SUBSECONDS FALSE #define STM32_RTC_IS_CALENDAR TRUE /* SDIO attributes.*/ @@ -658,7 +658,7 @@ * an external 8MHz HSE clock. */ #if !defined(STM32_PLLQ_VALUE) || defined(__DOXYGEN__) -#define STM32_PLLQ_VALUE 7 +#define STM32_PLLQ_VALUE 5 #endif /** -- cgit v1.2.3