chen
2025-02-14 77b0d5f8f4ee6a45824a024c7baca49b1701b2c5
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;
    }