main.h
来自「该文件是UCOSII下的TCP/IP移植程序(一)」· C头文件 代码 · 共 28 行
H
28 行
////////////////////////////////////////////////////////////////////////////////
//
#ifndef __MAIN_H__
#define __MAIN_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "types.h"
#include "trace.h"
//#include "ucos.h"
#include "hardware.h"
extern int repeat;
int Startup(void);
#ifdef __cplusplus
}
#endif
#endif // __MAIN_H__
////////////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?