Browse Source

[修改]:漏掉了endif导致endmenu失效。

SummerGift 7 years ago
parent
commit
757613866e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/net/KConfig

+ 1 - 1
components/net/KConfig

@@ -170,6 +170,6 @@ config RT_USING_NETUTILS
     bool "Enable net utils"
     default n
 
-#endif
+endif
 
 endmenu