add EVB_LN822x iot exporer demo

add EVB_LN822x  iot exporer demo
This commit is contained in:
supowang
2020-06-19 11:10:17 +08:00
parent c90e31d90f
commit 875a14aaf0
102 changed files with 9104 additions and 4790 deletions

View File

@@ -151,7 +151,7 @@ void tcp_client_echo_task_entry(void *arg)
void tcp_client_echo_task_creat(uint8_t * ser_ip, uint32_t port)
{
target_ser_t ser = {0};
static target_ser_t ser = {0};
ser.ip = ser_ip;
ser.port = port;