Fixed bug Fixed bug 3578944.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4772 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2012-10-21 17:38:05 +00:00
parent fb76a6da61
commit ad4bbd4690
1 changed files with 2 additions and 2 deletions

View File

@ -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
/**