From 9715ece53dc3a3a973c3d69ea20397386209e330 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: Fri, 14 Aug 2026 12:28:08 +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 e5979625..7a466f14 100644 --- a/System/CosyOS.H +++ b/System/CosyOS.H @@ -4,14 +4,14 @@ * @brief 系统链接头文件 * @details 用户的各个c文件中应包含此文件。 * @author 迟凯峰 - * @version v3.0.6 - * @date 2026.08.09 + * @version v3.0.7 + * @date 2026.08.14 ******************************************************************************/ #ifndef __COSYOS_H #define __COSYOS_H -#define COSYOS3_VERSION "v3.0.6" +#define COSYOS3_VERSION "v3.0.7" #include "os_var.h" #include "os_api.h"