mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Update to GCC 10.2 (#7607)
This commit is contained in:
committed by
GitHub
parent
c24109fd57
commit
faf59f5190
Submodule tools/sdk/lwip2/builder updated: 3798bf015b...f56e795ee8
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
// generated by makefiles/make-lwip2-hash
|
||||
#ifndef LWIP_HASH_H
|
||||
#define LWIP_HASH_H
|
||||
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.2-31-g3798bf0"
|
||||
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.2-34-gf56e795"
|
||||
#endif // LWIP_HASH_H
|
||||
|
@ -3619,6 +3619,9 @@ struct netif;
|
||||
//#define LWIP_ERR_T s8
|
||||
LWIP_ERR_T lwip_unhandled_packet (struct pbuf* pbuf, struct netif* netif);
|
||||
|
||||
// called when STA OR AP is set up or down
|
||||
void netif_status_changed (struct netif*);
|
||||
|
||||
/*
|
||||
--------------------------------------------------
|
||||
----------------- TIME-WAIT tweak ----------------
|
||||
|
Reference in New Issue
Block a user