Skip to content

Commit

Permalink
Merge pull request nodemcu#972 from vowstar/fix_redefine_efault
Browse files Browse the repository at this point in the history
Fix redefine error on some other version build environment.
  • Loading branch information
devsaurus committed Jan 24, 2016
2 parents 8d93ddb + 5e2eb35 commit 995f77d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/include/arch/cc.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
#include "c_types.h"
#include "ets_sys.h"
#include "osapi.h"

#ifndef EFAULT
#define EFAULT 14
#endif

//#define LWIP_PROVIDE_ERRNO

Expand Down

0 comments on commit 995f77d

Please sign in to comment.