WIZNet W5500 with additional enhancements
Fork of WIZnetInterface by
Diff: EthernetInterface.cpp
- Revision:
- 28:200e63e513a8
- Parent:
- 27:1169973d836c
- Child:
- 31:a3fbfa5c8351
--- a/EthernetInterface.cpp Mon Oct 05 05:44:39 2015 +0000
+++ b/EthernetInterface.cpp Thu Oct 29 13:29:46 2015 +0000
@@ -19,7 +19,7 @@
#include "EthernetInterface.h"
#include "DHCPClient.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)
EthernetInterface::EthernetInterface(PinName mosi, PinName miso, PinName sclk, PinName cs, PinName reset) :
WIZnet_Chip(mosi, miso, sclk, cs, reset)
{
Helmut Tschemernjak
