update tcp_through_module example
This commit is contained in:
parent
4fa63c83d9
commit
9178b4e694
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue