1.默认更改为1月
This commit is contained in:
parent
750df328ea
commit
87d09196c7
|
@ -236,7 +236,7 @@ SINT32 sf_sys_rtc_time_reset(void)
|
|||
|
||||
struct rtc_time rtctm;
|
||||
rtctm.tm_year = 2023 - 1900;
|
||||
rtctm.tm_mon = 1;
|
||||
rtctm.tm_mon = 0;
|
||||
rtctm.tm_mday = 1;
|
||||
rtctm.tm_hour = 8;
|
||||
rtctm.tm_min = 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user