lwip: Define LWIP_ESP8266 in port lwipopts.h not gcc command line

This commit is contained in:
Angus Gratton
2016-09-09 13:53:38 +10:00
parent add32cbc9a
commit 1d355b93df
3 changed files with 3 additions and 3 deletions
@@ -34,6 +34,8 @@
#include <stdlib.h>
/* Enable all Espressif-only options */
#define LWIP_ESP8266
/*
-----------------------------------------------