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