Răsfoiți Sursa

fix(Kconfig): Fix lw-ip Kconfig display garbled characters

yuanjm 3 ani în urmă
părinte
comite
0ae030d0ca
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      components/lwip/Kconfig

+ 1 - 1
components/lwip/Kconfig

@@ -16,7 +16,7 @@ menu "LWIP"
             instead of IDF specific esp-netif APIs (such as esp_netif_get_netif_impl_name())
             instead of IDF specific esp-netif APIs (such as esp_netif_get_netif_impl_name())
 
 
     config LWIP_TCPIP_CORE_LOCKING
     config LWIP_TCPIP_CORE_LOCKING
-        bool "Enable tcpip core locking"
+        bool "Enable tcpip core locking"
         default n
         default n
         help
         help
             If Enable tcpip core locking,Creates a global mutex that is held
             If Enable tcpip core locking,Creates a global mutex that is held