From 6f1b66f2f80373a63fe310086cd93f03ed7e302a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 29 Dec 2014 22:05:41 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7602 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/LLD/RTCv2/rtc_lld.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'os') 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(); } /** -- cgit v1.2.3