Ver Fonte

update: 总是打开LUAT_USE_LWIP

Wendal Chen há 1 ano atrás
pai
commit
d653655b12
1 ficheiros alterados com 2 adições e 3 exclusões
  1. 2 3
      luatos/include/luat_conf_bsp.h

+ 2 - 3
luatos/include/luat_conf_bsp.h

@@ -188,12 +188,11 @@
 #define LUAT_USE_DHCP  1
 #endif
 
+#define LUAT_USE_LWIP 1
+
 #ifndef LUAT_USE_NETWORK
 #define LUAT_USE_NETWORK
 #endif
-#ifndef LUAT_USE_LWIP
-#define LUAT_USE_LWIP
-#endif
 #ifndef LUAT_USE_DNS
 #define LUAT_USE_DNS
 #endif