📄 sys_thread_new.c
字号:
#include <time.h>#include "lwip/sys.h"#include "lwip/def.h"/** * Enables lwip api to create a new thread, executing the function * entered. This is not required in a non-threading case, and is * needed for the rabbit unless using an RTOS and the tcpip messaging * layer is used. * * It is thus currently unimplemented, since it will be RTOS-dependant. */voidsys_thread_new(void (* function)(void *arg), void *arg){}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -