?? os_cfg.h
字號:
/*
*********************************************************************************************************
* minOS 0.01v
* The Real-Time OS Kernel
* All Rights Reserved
* File : OS_CFG.H
* 作者 : 21icbbs網友 LM7556 ,2004年7月 by : LM7556 , China , 2004-2004
*
*********************************************************************************************************
*/
#define Task_main_Prio 0 // Task priority for c compiler main() function
#define MAX_STK_SIZE 64 // Task stack size in bytes
#define OS_MAX_TASKS 5 // Max. number of tasks in your application
#define OS_TICKS_PER_SEC 10 // Set the number of ticks in one second
#define OS_TASK_SUSPEND_EN 1 // Include code for OSTaskSuspend()
#define OS_TASK_Resume_EN 1 // Include code for OSTaskResume()
#define OS_TIME_DLY_EN 1 // Include code for OSTimeDly()
#define OS_TICK_HOOK_EN 0 // Include code for OSTimeDly()
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -