system_config.h
来自「提供了一个简单的KEIL C51工程模板」· C头文件 代码 · 共 43 行
H
43 行
/******************************************************************************
* File Name: system_config.h
* Create Time: 2007/07/14
* Description:
* Copyright :
* History :
* |---Data---|---Author---|--Version--|--------------Description-------------|
*****************************************************************************/
#ifndef _SYSTEM_CONFIG_H_ /* avoid being incude more than once */
#define _SYSTEM_CONFIG_H_
/************************************************
*Header file segment
***********************************************/
#include "at89x52.h"
/************************************************
*Macros segment
***********************************************/
/************************************************
*Define consts segment
***********************************************/
/************************************************
*Function declaration segment
***********************************************/
/******************************************************************************
* Function Name:
* Description :
* [ IN ] :
* [ OUT ] :
*****************************************************************************/
#endif /* end of switch _SYSTEM_CONFIG_H_ */
/******************************************************************************
* End of Entire File
*****************************************************************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?