Fix mgos compile check

CL: none

PUBLISHED_FROM=a1320658181aa19cd1a269d7ae62e11b3439ef84
This commit is contained in:
Deomid Ryabkov 2019-05-03 17:34:20 +01:00 committed by Cesanta Bot
parent b93bc02ab0
commit 1fb9f922b0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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