From 2da00995e2ed896b5954db42732c0a98e550c911 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: Sat, 4 Jul 2026 11:51:11 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20System/C?= =?UTF-8?q?osyOS.H?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/CosyOS.H | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 System/CosyOS.H diff --git a/System/CosyOS.H b/System/CosyOS.H deleted file mode 100644 index dbc23aa6..00000000 --- a/System/CosyOS.H +++ /dev/null @@ -1,30 +0,0 @@ -/**************************************************************************//** - * @item CosyOS-III Kernel - * @file CosyOS.H - * @brief 系统链接头文件 - * @details 用户的各个c文件中应包含此文件。 - * @author 迟凯峰 - * @version V2.4.1 - * @date 2026.06.28 - ******************************************************************************/ - -#ifndef __COSYOS_H -#define __COSYOS_H - -#define COSYOS3_VERSION "v2.4.1" - -#include "os_var.h" -#include "os_api.h" -#include "sv_com.h" -#include "sv_create.h" -#include "sv_int_fifo.h" -#include "sv_int_loc.h" -#include "sv_pend.h" -#include "sv_task.h" -#include "sv_tick.h" -#include "ur_api.h" -#include "ur_eapi.h" - - - -#endif