mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-02 05:20:59 +02:00
update IDF libraries and includes
This commit is contained in:
@ -185,10 +185,6 @@ struct netconn {
|
||||
/** sem that is used to synchronously execute functions in the core context */
|
||||
sys_sem_t op_completed;
|
||||
|
||||
#ifdef LWIP_ESP8266
|
||||
sys_sem_t snd_op_completed; //only for snd semphore
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
/** mbox where received packets are stored until they are fetched
|
||||
|
Reference in New Issue
Block a user