WIZNet W5500 with additional enhancements

Fork of WIZnetInterface by WIZnet

Revision:
37:018436dccfcd
Parent:
36:0ba2e8d5274a
--- a/EthernetInterface.h	Wed Oct 11 11:18:41 2017 +0200
+++ b/EthernetInterface.h	Wed Oct 11 14:25:44 2017 +0200
@@ -37,8 +37,8 @@
     */
     EthernetInterface(PinName mosi, PinName miso, PinName sclk, PinName cs, PinName reset);
     EthernetInterface(SPI* spi, PinName cs, PinName reset);
+#endif
     ~EthernetInterface();
-#endif
 
   /** Initialize the interface with DHCP.
   * Initialize the interface and configure it to use DHCP (no connection at this point).