1
0
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:
Ivan Grokhotkov 2015-12-22 14:08:17 +03:00
parent c844126204
commit ee2d4495fd

View File

@ -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,