WXK
2025-05-20 65f1d70842d83f92aa31d79c97e364b4b0fd9ab6
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;
    }