includes.h
来自「UCOS2.83移植的s3c44b0x的最终版,如果那为烧友有好的建议请EMAI」· C头文件 代码 · 共 26 行
H
26 行
/*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* (c) Copyright 1992-1998, Jean J. Labrosse, Plantation, FL
* All Rights Reserved
*
* MASTER INCLUDE FILE
*********************************************************************************************************
*/
#ifndef __INCLUDES_H__
#define __INCLUDES_H__
#include "../ucos_ii/ucos_ii.h"
#include "../inc/44blib.h"
#include "../inc/44b.h"
#include "../inc/option.h"
#include "../inc/target.h"
#include "../inc/device.h"
#endif /*__INCLUDES_H__*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?