mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #15184 from ihf-uk-team/master
Fix initialisation sequence of RTCpull/15192/head
commit
b129f6ebad
|
@ -127,10 +127,10 @@ time_t rtc_read(void)
|
|||
//******************************************************************************
|
||||
void lp_ticker_init(void)
|
||||
{
|
||||
init_rtc();
|
||||
RTC_DisableINT(MXC_F_RTC_INTEN_COMP0);
|
||||
NVIC_SetVector(RTC0_IRQn, (uint32_t)lp_ticker_irq_handler);
|
||||
NVIC_EnableIRQ(RTC0_IRQn);
|
||||
init_rtc();
|
||||
}
|
||||
|
||||
//******************************************************************************
|
||||
|
|
Loading…
Reference in New Issue