Skip to content

Commit 21b3f38

Browse files
jmattssonmarcelstoer
authored andcommitted
Replace symlink with actual file. (#2856)
Due to Windows limitations. Sigh.
1 parent c7ff86f commit 21b3f38

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sdk-overrides/include/espconn.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

sdk-overrides/include/espconn.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifndef _SDK_OVERRIDE_ESPCONN_H_
2+
#define _SDK_OVERRIDE_ESPCONN_H_
3+
// Pull in the correct lwIP header
4+
#include "../../app/include/lwip/app/espconn.h"
5+
#endif

0 commit comments

Comments
 (0)