Commit 1fb9f922 authored by Deomid Ryabkov's avatar Deomid Ryabkov Committed by Cesanta Bot

Fix mgos compile check

CL: none

PUBLISHED_FROM=a1320658181aa19cd1a269d7ae62e11b3439ef84
parent b93bc02a
...@@ -15310,7 +15310,7 @@ void mg_lwip_if_remove_conn(struct mg_connection *nc); ...@@ -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); time_t mg_lwip_if_poll(struct mg_iface *iface, int timeout_ms);
// If compiling for Mongoose OS. // If compiling for Mongoose OS.
#ifdef MGOS_HAVE_CORE #ifdef MGOS
extern void mgos_lock(); extern void mgos_lock();
extern void mgos_unlock(); extern void mgos_unlock();
#else #else
......
...@@ -103,7 +103,7 @@ void mg_lwip_if_remove_conn(struct mg_connection *nc); ...@@ -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); time_t mg_lwip_if_poll(struct mg_iface *iface, int timeout_ms);
// If compiling for Mongoose OS. // If compiling for Mongoose OS.
#ifdef MGOS_HAVE_CORE #ifdef MGOS
extern void mgos_lock(); extern void mgos_lock();
extern void mgos_unlock(); extern void mgos_unlock();
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment