[HUST CSE]Fix if condition statement not closed (#7353)

This commit is contained in:
Xuhxx 2023-04-24 05:40:42 +08:00 committed by GitHub
parent 7ff6fe7c0d
commit 439d3c34d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -336,6 +336,7 @@ void net_test(void)
RT_NULL, RT_NULL,
512, 512,
RT_THREAD_PRIORITY_MAX/2 + 3, 5); RT_THREAD_PRIORITY_MAX/2 + 3, 5);
}
if (tcpecho_socket_tid != RT_NULL) if (tcpecho_socket_tid != RT_NULL)
{ {
rt_thread_startup(tcpecho_socket_tid); rt_thread_startup(tcpecho_socket_tid);