aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F1xx
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-03-09 18:33:26 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-03-09 18:33:26 +0000
commit3c311dfe589b6a6b1fd46af2e3138512fe2135fa (patch)
treecda6528f0bfc9523d6c72ce4f43934feaf023bd1 /os/hal/platforms/STM32F1xx
parent2b35b5a2a5a9484332edebaca861a87910cf6715 (diff)
downloadChibiOS-3c311dfe589b6a6b1fd46af2e3138512fe2135fa.tar.gz
ChibiOS-3c311dfe589b6a6b1fd46af2e3138512fe2135fa.tar.bz2
ChibiOS-3c311dfe589b6a6b1fd46af2e3138512fe2135fa.zip
RTC. High level staff moved to chrtclib.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4032 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F1xx')
-rw-r--r--os/hal/platforms/STM32F1xx/hal_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F1xx/hal_lld.h b/os/hal/platforms/STM32F1xx/hal_lld.h
index 4a375ab4e..c8d87b7c5 100644
--- a/os/hal/platforms/STM32F1xx/hal_lld.h
+++ b/os/hal/platforms/STM32F1xx/hal_lld.h
@@ -88,7 +88,7 @@
/* RTC attributes.*/
#define STM32_HAS_RTC TRUE
#define STM32_RTC_HAS_SUBSECONDS TRUE
-#define STM32_RTC_IS_CALENDAR TRUE
+#define STM32_RTC_IS_CALENDAR FALSE
/** @} */
/*===========================================================================*/