os_includes.h
来自「非剥夺型占先式minOS for Keil C51」· C头文件 代码 · 共 24 行
H
24 行
/*
*********************************************************************************************************
* minOS 0.01v
* The Real-Time OS Kernel
* All Rights Reserved
* File : OS_Includes.H
* 作者 : 21icbbs网友 LM7556 ,2004年7月 by : LM7556 , China , 2004-2004
*
*********************************************************************************************************
*/
#include <reg52.h>
#include <stdio.h>
//#include <string.h>
//#include <ctype.h>
//#include <stdlib.h>
//#include <setjmp.h>
#include "os_cpu.h"
#include "os_cfg.h"
#include "OS_Minos.h"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?