Skip to content

Commit

Permalink
Fix redefine bug on some other version SDK(such as espressif's lubunt…
Browse files Browse the repository at this point in the history
…u environment)

Signed-off-by: Huang Rui <vowstar@gmail.com>
  • Loading branch information
vowstar committed Jan 24, 2016
1 parent 8d93ddb commit 5e2eb35
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 5e2eb35

Please sign in to comment.