petfeeder st ver

Fork of WIZnetInterface by WIZnet

Revision:
30:a5c77f065ab7
Parent:
28:200e63e513a8
--- a/EthernetInterface.h	Tue Nov 17 06:35:55 2015 +0000
+++ b/EthernetInterface.h	Fri Jun 09 04:44:10 2017 +0000
@@ -24,7 +24,7 @@
 class EthernetInterface: public WIZnet_Chip {
 public:
 
-#if (not defined TARGET_WIZwiki_W7500) && (not defined TARGET_WIZwiki_W7500P) && (not defined TARGET_WIZwiki_W7500ECO)
+//#if (not defined TARGET_WIZwiki_W7500) && (not defined TARGET_WIZwiki_W7500P) && (not defined TARGET_WIZwiki_W7500ECO)
 
     /**
     * Constructor
@@ -37,7 +37,7 @@
     */
     EthernetInterface(PinName mosi, PinName miso, PinName sclk, PinName cs, PinName reset);
     EthernetInterface(SPI* spi, PinName cs, PinName reset);
-#endif
+//#endif
 
   /** Initialize the interface with DHCP.
   * Initialize the interface and configure it to use DHCP (no connection at this point).