From 9178b4e694bdd0a45dc2279e24d4ce0312c4ff84 Mon Sep 17 00:00:00 2001 From: mculover666 <2412828003@qq.com> Date: Mon, 31 Aug 2020 11:27:21 +0800 Subject: [PATCH] update tcp_through_module example --- examples/tcp_through_module/tcp_through_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tcp_through_module/tcp_through_module.c b/examples/tcp_through_module/tcp_through_module.c index 7bbe4882..beb7e6f2 100644 --- a/examples/tcp_through_module/tcp_through_module.c +++ b/examples/tcp_through_module/tcp_through_module.c @@ -99,7 +99,7 @@ void application_entry(void *arg) #elif defined(USE_EC20) ec20_sal_init(HAL_UART_PORT_0); #elif defined(USE_EC200S) - ec200s_sal_init(HAL_UART_PORT_0); + ec200s_sal_init(HAL_UART_PORT_2); #endif socket_id_0 = tos_sal_module_connect("117.50.111.72", "8080", TOS_SAL_PROTO_TCP);