Added RAW sockets.
Fork of WIZnetInterface by
Diff: arch/ext/W5500.cpp
- Revision:
- 28:200e63e513a8
- Parent:
- 27:1169973d836c
--- a/arch/ext/W5500.cpp Mon Oct 05 05:44:39 2015 +0000 +++ b/arch/ext/W5500.cpp Thu Oct 29 13:29:46 2015 +0000 @@ -16,7 +16,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include "eth_arch.h" -#if (not defined TARGET_WIZwiki_W7500) && (not defined TARGET_WIZwiki_W7500P) +#if (not defined TARGET_WIZwiki_W7500) && (not defined TARGET_WIZwiki_W7500P) && (not defined TARGET_WIZwiki_W7500ECO) + #include "mbed.h"