📄 uip_task.h
字号:
#ifndef __UIP_TASK_H__ /* Header Sentry */
#define __UIP_TASK_H__
void TcpIp_Init();
void TASK_UipRec(void *ppdata) reentrant;
void TASK_UipProcess(void *ppdata) reentrant;//send slip package;
void TASK_UipTimeOut(void *ppdata) reentrant;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -