Fix redefine bug on some other version SDK(such as espressif's lubuntu environment)
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
parent
8d93ddb6d0
commit
5e2eb3588c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue