dualboots_Gai_youhua/keil/customboot/include/drivers/mk_rtc.c
文件名从 dualboots_Gai_youhua_anbang_tag/keil/customboot/include/drivers/mk_rtc.c 修改 @@ -187,7 +187,7 @@ } if (time->year < 1970 || time->month < 1 || time->month > 12 || time->day < 1 || time->day > rtc_month_days(time->month, time->year) || time->hour >= 24 || time->minute >= 60 || time->second >= 60) time->minute >= 60 || time->second >= 60) { return DRV_ERROR; }