includes.h

来自「m683xx系列单片机(8位)」· C头文件 代码 · 共 38 行

H
38
字号
/*
*********************************************************************************************************
*                                                uC/OS-II
*                                          The Real-Time Kernel
*
*                          (c) Copyright 1992-1999, Jean J. Labrosse, Weston, FL
*                                           All Rights Reserved
*
*                                           Master Include File
*
* File : INCLUDES.H
* By   : Jean J. Labrosse
*********************************************************************************************************
*/

/*
*********************************************************************************************************
*                                         PROCESSOR SPECIFICS
*********************************************************************************************************
*/

#define  CPU_CLK_FREQ        16000000L /* Processor clock frequency (Hz)                               */

/*
*********************************************************************************************************
*                                           FILES TO INCLUDE
*********************************************************************************************************
*/

#include  <ctype.h>
#include  <float.h>
#include  <stddef.h>
#include  <stdlib.h>
#include  <string.h>

#include  <ucos_ii.h>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?