aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-29 22:05:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-29 22:05:41 +0000
commit6f1b66f2f80373a63fe310086cd93f03ed7e302a (patch)
tree94118d1cdce9b7562e2802216952b6baaad0081c /os
parentd95648897cff5623a0f6e9e31b9e74a2d7556745 (diff)
downloadChibiOS-6f1b66f2f80373a63fe310086cd93f03ed7e302a.tar.gz
ChibiOS-6f1b66f2f80373a63fe310086cd93f03ed7e302a.tar.bz2
ChibiOS-6f1b66f2f80373a63fe310086cd93f03ed7e302a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7602 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/hal/ports/STM32/LLD/RTCv2/rtc_lld.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/os/hal/ports/STM32/LLD/RTCv2/rtc_lld.c b/os/hal/ports/STM32/LLD/RTCv2/rtc_lld.c
index 1145268d0..fc098ffbf 100644
--- a/os/hal/ports/STM32/LLD/RTCv2/rtc_lld.c
+++ b/os/hal/ports/STM32/LLD/RTCv2/rtc_lld.c
@@ -303,8 +303,6 @@ void rtc_lld_init(void) {
RTCD1.rtc->WPR = 0xCA;
RTCD1.rtc->WPR = 0x53;
- rtc_enter_init();
-
/* If calendar has not been initialized yet then proceed with the
initial setup.*/
if (!(RTCD1.rtc->ISR & RTC_ISR_INITS)) {
@@ -320,8 +318,6 @@ void rtc_lld_init(void) {
}
else
RTCD1.rtc->ISR &= ~RTC_ISR_RSF;
-
- rtc_exit_init();
}
/**