Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
mongoose
Commits
1fb9f922
Commit
1fb9f922
authored
May 03, 2019
by
Deomid Ryabkov
Committed by
Cesanta Bot
May 03, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mgos compile check
CL: none PUBLISHED_FROM=a1320658181aa19cd1a269d7ae62e11b3439ef84
parent
b93bc02a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mongoose.c
mongoose.c
+1
-1
mg_lwip_net_if.c
src/common/platforms/lwip/mg_lwip_net_if.c
+1
-1
No files found.
mongoose.c
View file @
1fb9f922
...
...
@@ -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
...
...
src/common/platforms/lwip/mg_lwip_net_if.c
View file @
1fb9f922
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment