From 3861da6d0dc8b4e19607b05f9e7289ecd6ac31ec 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: Sun, 17 Mar 2024 12:49:48 +0000 Subject: [PATCH] update Hook/tick_hook.c. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- Hook/tick_hook.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hook/tick_hook.c b/Hook/tick_hook.c index 67b1e38..f52e62e 100644 --- a/Hook/tick_hook.c +++ b/Hook/tick_hook.c @@ -15,8 +15,8 @@ void your_function(void) {... ...} #pragma AREGS * @author 迟凯峰 - * @version V1.3.1 - * @date 2024.03.02 + * @version V2.0.0 + * @date 2024.03.17 ******************************************************************************/ #include "..\System\os_link.h"