Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
995f77d5
Commit
995f77d5
authored
Jan 24, 2016
by
Arnim Läuger
Browse files
Merge pull request #972 from vowstar/fix_redefine_efault
Fix redefine error on some other version build environment.
parents
8d93ddb6
5e2eb358
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/include/arch/cc.h
View file @
995f77d5
...
@@ -38,7 +38,10 @@
...
@@ -38,7 +38,10 @@
#include "c_types.h"
#include "c_types.h"
#include "ets_sys.h"
#include "ets_sys.h"
#include "osapi.h"
#include "osapi.h"
#ifndef EFAULT
#define EFAULT 14
#define EFAULT 14
#endif
//#define LWIP_PROVIDE_ERRNO
//#define LWIP_PROVIDE_ERRNO
...
...
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