WXK
2025-03-05 6facaabcb51a77459d098b4957213038e6bb0a73
keil/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;
    }