Commit dfa1856e authored by 陈家乐's avatar 陈家乐

🐞 fix:微调RTC时间

parent d759c75e
......@@ -161,7 +161,7 @@ void RTE_RTC_Init(RTC_Information_st_t g_stRTCInformation)
RTC_InitStructure.RTC_1HZ_Output = DISABLE; //RTC1HZ diable output
RTC_Init(&RTC_InitStructure);
RTC->SUBCUD = 0x1D;
RTC->SUBCUD = 0x1F;
//ISR_Register(RTC_IRQn, rtc_interrupt); //RTC????��????��??��??��
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment