Add tcp client/server echo example. @EVB_LN882x
This commit is contained in:
12
examples/wifi_ln882x/tcp_server_echo.h
Normal file
12
examples/wifi_ln882x/tcp_server_echo.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __TCP_SERVER_ECHO_H__
|
||||
#define __TCP_SERVER_ECHO_H__
|
||||
|
||||
#include "stdint.h"
|
||||
|
||||
|
||||
void tcp_server_echo_task_creat(uint32_t port);
|
||||
|
||||
|
||||
|
||||
#endif /* __TCP_SERVER_ECHO_H__ */
|
||||
|
Reference in New Issue
Block a user