Replace symlink with actual file. (#2856)
Due to Windows limitations. Sigh.
This commit is contained in:
parent
c7ff86ff27
commit
21b3f38ab8
|
@ -1 +0,0 @@
|
|||
../../app/include/lwip/app/espconn.h
|
|
@ -0,0 +1,5 @@
|
|||
#ifndef _SDK_OVERRIDE_ESPCONN_H_
|
||||
#define _SDK_OVERRIDE_ESPCONN_H_
|
||||
// Pull in the correct lwIP header
|
||||
#include "../../app/include/lwip/app/espconn.h"
|
||||
#endif
|
Loading…
Reference in New Issue