From 6c640e8731fa21d7f2992a1aa1ffc19cfa75610c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B6=E4=B8=AD=E6=96=AD=E5=BB=B6=E8=BF=9F=E7=9A=84RTOS?= Date: Mon, 4 Aug 2025 08:35:22 +0000 Subject: [PATCH] update Hook/rtc_hook.c. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- Hook/rtc_hook.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hook/rtc_hook.c b/Hook/rtc_hook.c index 65de7f8c..4718e3da 100644 --- a/Hook/rtc_hook.c +++ b/Hook/rtc_hook.c @@ -5,8 +5,8 @@ * @details 当启用任务管理器并启用当前时间显示功能,如果未启用软件RTC(已经有 硬件RTC),任务管理器会通过RTC钩子来获取当前时间。 * @author 迟凯峰 - * @version V1.0.1 - * @date 2025.07.30 + * @version V2.0.0 + * @date 2025.08.04 ******************************************************************************/ #include "CosyOS.H"