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.
2 parents 7e8e535 + ee2d449 commit 2067152Copy full SHA for 2067152
libraries/ESP8266WiFi/src/include/wl_definitions.h
@@ -68,8 +68,7 @@ enum wl_enc_type { /* Values map to 802.11 encryption suites... */
68
ENC_TYPE_AUTO = 8
69
};
70
71
-#ifndef __LWIP_TCP_H__
72
-#ifndef LWIP_INTERNAL
+#if !defined(LWIP_INTERNAL) && !defined(__LWIP_TCP_H__)
73
enum wl_tcp_state {
74
CLOSED = 0,
75
LISTEN = 1,
0 commit comments