浏览代码

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

Xuhxx 2 年之前
父节点
当前提交
439d3c34d9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      examples/test/net_test.c

+ 1 - 0
examples/test/net_test.c

@@ -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);