WXK
2025-04-18 52339a8243f5a4ee7f3471d19eae4cc0293c14e1
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;
    }