Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
55963d0c
Commit
55963d0c
authored
Nov 24, 2016
by
Alexander Alashkin
Committed by
Cesanta Bot
Nov 24, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in platforms_esp
PUBLISHED_FROM=b17ef5bc8ec801fca91c89af5f97767a55911952
parent
44f7b918
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
Makefile
examples/ESP8266_RTOS/Makefile
+1
-1
mongoose.h
mongoose.h
+4
-1
No files found.
examples/ESP8266_RTOS/Makefile
View file @
55963d0c
...
...
@@ -15,7 +15,7 @@ TARGET = eagle
#FLAVOR = release
FLAVOR
=
debug
EXTRA_CCFLAGS
+=
-Wall
-Werror
EXTRA_CCFLAGS
+=
-Wall
-Werror
-DRTOS_SDK
ifndef
PDIR
# {
GEN_IMAGES
=
eagle.app.v6.out
...
...
mongoose.h
View file @
55963d0c
...
...
@@ -475,7 +475,10 @@ typedef struct stat cs_stat_t;
#define INT64_X_FMT PRIx64
#define __cdecl
#define _FILE_OFFSET_BITS 32
#define fineno(x) -1
#ifndef RTOS_SDK
#define fileno(x) -1
#endif
#define MG_LWIP 1
...
...
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