1
0
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:
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

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