mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-17 12:58:19 +08:00
Enable LWIP net_if locking on ESP32 (doh!)
https://forum.mongoose-os.com/discussion/comment/4620/#Comment_4620 PUBLISHED_FROM=679dd48e078615ef4f57d1879957b734f549ef2e
This commit is contained in:
parent
6517af3dea
commit
7d5479985d
@ -14195,7 +14195,7 @@ void mg_lwip_if_add_conn(struct mg_connection *nc);
|
|||||||
void mg_lwip_if_remove_conn(struct mg_connection *nc);
|
void mg_lwip_if_remove_conn(struct mg_connection *nc);
|
||||||
time_t mg_lwip_if_poll(struct mg_iface *iface, int timeout_ms);
|
time_t mg_lwip_if_poll(struct mg_iface *iface, int timeout_ms);
|
||||||
|
|
||||||
#ifdef RTOS_SDK
|
#if defined(RTOS_SDK) || defined(ESP_PLATFORM)
|
||||||
extern void mgos_lock();
|
extern void mgos_lock();
|
||||||
extern void mgos_unlock();
|
extern void mgos_unlock();
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user