update System/CosyOS.H.

Signed-off-by: 零中断延迟的RTOS <cosyos@139.com>
This commit is contained in:
零中断延迟的RTOS
2026-08-03 09:57:58 +00:00
committed by Gitee
parent 2e47d970e7
commit 4cd506c243
+3 -3
View File
@@ -4,14 +4,14 @@
* @brief 系统链接头文件
* @details 用户的各个c文件中应包含此文件。
* @author 迟凯峰
* @version v3.0.1
* @date 2026.07.29
* @version v3.0.2
* @date 2026.08.03
******************************************************************************/
#ifndef __COSYOS_H
#define __COSYOS_H
#define COSYOS3_VERSION "v3.0.1"
#define COSYOS3_VERSION "v3.0.2"
#include "os_var.h"
#include "os_api.h"