Fixed bug Fixed bug 3578944.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4772 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
fb76a6da61
commit
ad4bbd4690
|
@ -338,7 +338,7 @@
|
||||||
|
|
||||||
/* RTC attributes.*/
|
/* RTC attributes.*/
|
||||||
#define STM32_HAS_RTC TRUE
|
#define STM32_HAS_RTC TRUE
|
||||||
#define STM32_RTC_HAS_SUBSECONDS TRUE
|
#define STM32_RTC_HAS_SUBSECONDS FALSE
|
||||||
#define STM32_RTC_IS_CALENDAR TRUE
|
#define STM32_RTC_IS_CALENDAR TRUE
|
||||||
|
|
||||||
/* SDIO attributes.*/
|
/* SDIO attributes.*/
|
||||||
|
@ -658,7 +658,7 @@
|
||||||
* an external 8MHz HSE clock.
|
* an external 8MHz HSE clock.
|
||||||
*/
|
*/
|
||||||
#if !defined(STM32_PLLQ_VALUE) || defined(__DOXYGEN__)
|
#if !defined(STM32_PLLQ_VALUE) || defined(__DOXYGEN__)
|
||||||
#define STM32_PLLQ_VALUE 7
|
#define STM32_PLLQ_VALUE 5
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue