1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-13 13:01:55 +03:00

Update to GCC 10.2 (#7607)

This commit is contained in:
Earle F. Philhower, III
2020-09-24 14:25:18 -07:00
committed by GitHub
parent c24109fd57
commit faf59f5190
20 changed files with 102 additions and 91 deletions

View File

@ -48,9 +48,17 @@ author: d. gauchard
extern "C"
{
#endif
#ifdef LWIP14GLUE
#define __IPV4_ADDR_H__ // prevents inclusion of ipv4_addr.h meant for lwip2
#define ipv4_addr ip_addr // structures are identical, ipv4_addr is unknown with lwIP-1.4
#include <lwip/ip_addr.h> // formerly official struct ip_info, disappeared in lwIP-v2
#endif
#include "ets_sys.h"
#include "osapi.h"
#include "user_interface.h"
#ifdef __cplusplus
}
#endif