aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-21 17:38:05 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-21 17:38:05 +0000
commitad4bbd4690218aec911f422e9056e16dda2778d6 (patch)
tree434a072f930b4d52018bc171debc3a6379b11973
parentfb76a6da61a63ce24ec8d2a5efc6128421e487cf (diff)
downloadChibiOS-ad4bbd4690218aec911f422e9056e16dda2778d6.tar.gz
ChibiOS-ad4bbd4690218aec911f422e9056e16dda2778d6.tar.bz2
ChibiOS-ad4bbd4690218aec911f422e9056e16dda2778d6.zip
Fixed bug Fixed bug 3578944.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4772 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/platforms/STM32F2xx/hal_lld.h4
1 files 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
/**