Browse Source

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

SummerGift 8 năm trước cách đây
mục cha
commit
757613866e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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