mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Additional check in wl_definitions.h to guard against duplicate definitions
This commit is contained in:
parent
c844126204
commit
ee2d4495fd
@ -68,7 +68,7 @@ enum wl_enc_type { /* Values map to 802.11 encryption suites... */
|
|||||||
ENC_TYPE_AUTO = 8
|
ENC_TYPE_AUTO = 8
|
||||||
};
|
};
|
||||||
|
|
||||||
#if !defined(LWIP_INTERNAL)
|
#if !defined(LWIP_INTERNAL) && !defined(__LWIP_TCP_H__)
|
||||||
enum wl_tcp_state {
|
enum wl_tcp_state {
|
||||||
CLOSED = 0,
|
CLOSED = 0,
|
||||||
LISTEN = 1,
|
LISTEN = 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user