From a772e49b9ca029281f09f40391183ccddf111817 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: Thu, 6 Aug 2026 15:00:19 +0000 Subject: [PATCH] update System/CosyOS.H. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- System/CosyOS.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/System/CosyOS.H b/System/CosyOS.H index 1672269d..07c1c5fb 100644 --- a/System/CosyOS.H +++ b/System/CosyOS.H @@ -4,14 +4,14 @@ * @brief 系统链接头文件 * @details 用户的各个c文件中应包含此文件。 * @author 迟凯峰 - * @version v3.0.3 - * @date 2026.08.04 + * @version v3.0.4 + * @date 2026.08.06 ******************************************************************************/ #ifndef __COSYOS_H #define __COSYOS_H -#define COSYOS3_VERSION "v3.0.3" +#define COSYOS3_VERSION "v3.0.4" #include "os_var.h" #include "os_api.h"