?? ucos_ii.c
字號:
/*********************************************************************************************************** uC/OS-II* The Real-Time Kernel** (c) Copyright 1992-1998, Jean J. Labrosse, Plantation, FL* All Rights Reserved** V2.00** File : uCOS_II.C* By : Jean J. Labrosse**********************************************************************************************************/#define OS_GLOBALS /* Declare GLOBAL variables */#include "includes.h"#define OS_CRITICAL_METHOD 2#define OS_MASTER_FILE /* Prevent the following files from including includes.h */#include "os_core.c"#include "os_mbox.c"#include "os_mem.c"#include "os_q.c"#include "os_sem.c"#include "os_task.c"#include "os_time.c"#include "os_mutex.c"
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -