Fixed bug #509.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6975 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
c117774941
commit
65e3013e8c
|
@ -85,7 +85,11 @@
|
||||||
|
|
||||||
/* RTC attributes.*/
|
/* RTC attributes.*/
|
||||||
#define STM32_HAS_RTC TRUE
|
#define STM32_HAS_RTC TRUE
|
||||||
|
#if defined(STM32L1XX_MDP)
|
||||||
|
#define STM32_RTC_HAS_SUBSECONDS TRUE
|
||||||
|
#else
|
||||||
#define STM32_RTC_HAS_SUBSECONDS FALSE
|
#define STM32_RTC_HAS_SUBSECONDS FALSE
|
||||||
|
#endif
|
||||||
#define STM32_RTC_IS_CALENDAR TRUE
|
#define STM32_RTC_IS_CALENDAR TRUE
|
||||||
|
|
||||||
/* SDIO attributes.*/
|
/* SDIO attributes.*/
|
||||||
|
|
Loading…
Reference in New Issue