Commit 5e2eb358 authored by Huang Rui's avatar Huang Rui
Browse files

Fix redefine bug on some other version SDK(such as espressif's lubuntu environment)


Signed-off-by: default avatarHuang Rui <vowstar@gmail.com>
parent 8d93ddb6
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment