first commit for opensource
first commit for opensource
This commit is contained in:
11
examples/tcp_udp_base_lwip/tcp_client/tcp_client.h
Normal file
11
examples/tcp_udp_base_lwip/tcp_client/tcp_client.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _TCP_CLIENT_H
|
||||
#define _TCP_CLIENT_H
|
||||
|
||||
#include "sys.h"
|
||||
#include "lwip/debug.h"
|
||||
#include "lwip/stats.h"
|
||||
#include "lwip/tcp.h"
|
||||
#include "ethernetif.h"
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user