Explorar el Código

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

SummerGift hace 8 años
padre
commit
757613866e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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