[HUST CSE]Fix if condition statement not closed (#7353)
This commit is contained in:
parent
7ff6fe7c0d
commit
439d3c34d9
|
@ -336,6 +336,7 @@ void net_test(void)
|
|||
RT_NULL,
|
||||
512,
|
||||
RT_THREAD_PRIORITY_MAX/2 + 3, 5);
|
||||
}
|
||||
if (tcpecho_socket_tid != RT_NULL)
|
||||
{
|
||||
rt_thread_startup(tcpecho_socket_tid);
|
||||
|
|
Loading…
Reference in New Issue