Selaa lähdekoodia

Replace symlink with actual file. (#2856)

Due to Windows limitations. Sigh.
Johny Mattsson 4 vuotta sitten
vanhempi
commit
21b3f38ab8
2 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 0 1
      sdk-overrides/include/espconn.h
  2. 5 0
      sdk-overrides/include/espconn.h

+ 0 - 1
sdk-overrides/include/espconn.h

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

+ 5 - 0
sdk-overrides/include/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