Replace symlink with actual file. (#2856)

Due to Windows limitations. Sigh.
This commit is contained in:
Johny Mattsson 2019-07-26 14:43:08 +10:00 committed by Marcel Stör
parent c7ff86ff27
commit 21b3f38ab8
1 changed files with 5 additions and 1 deletions

View File

@ -1 +0,0 @@
../../app/include/lwip/app/espconn.h

View File

@ -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