mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 23:49:44 +08:00
Fix mgos compile check
CL: none PUBLISHED_FROM=a1320658181aa19cd1a269d7ae62e11b3439ef84
This commit is contained in:
parent
b93bc02ab0
commit
1fb9f922b0
@ -15310,7 +15310,7 @@ void mg_lwip_if_remove_conn(struct mg_connection *nc);
|
||||
time_t mg_lwip_if_poll(struct mg_iface *iface, int timeout_ms);
|
||||
|
||||
// If compiling for Mongoose OS.
|
||||
#ifdef MGOS_HAVE_CORE
|
||||
#ifdef MGOS
|
||||
extern void mgos_lock();
|
||||
extern void mgos_unlock();
|
||||
#else
|
||||
|
@ -103,7 +103,7 @@ void mg_lwip_if_remove_conn(struct mg_connection *nc);
|
||||
time_t mg_lwip_if_poll(struct mg_iface *iface, int timeout_ms);
|
||||
|
||||
// If compiling for Mongoose OS.
|
||||
#ifdef MGOS_HAVE_CORE
|
||||
#ifdef MGOS
|
||||
extern void mgos_lock();
|
||||
extern void mgos_unlock();
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user