We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c844126 commit ee2d449Copy full SHA for ee2d449
libraries/ESP8266WiFi/src/include/wl_definitions.h
@@ -68,7 +68,7 @@ enum wl_enc_type { /* Values map to 802.11 encryption suites... */
68
ENC_TYPE_AUTO = 8
69
};
70
71
-#if !defined(LWIP_INTERNAL)
+#if !defined(LWIP_INTERNAL) && !defined(__LWIP_TCP_H__)
72
enum wl_tcp_state {
73
CLOSED = 0,
74
LISTEN = 1,
0 commit comments