WIZnetInterface using namespace

Dependents:   DualNetworkInterface-Basic

Fork of WIZnetInterface by WIZnet

Revision:
7:da6fcec0f3fe
Parent:
3:f8c6efc8bf83
Child:
8:4c02de1dbf3a
--- a/EthernetInterface.h	Mon Jun 15 22:44:54 2015 +0900
+++ b/EthernetInterface.h	Mon Jun 15 23:43:56 2015 +0000
@@ -23,10 +23,10 @@
  */
 class EthernetInterface: public WIZnet_Chip {
 public:
-
+#if not defined(TARGET_WIZwiki_W7500)
     EthernetInterface(PinName mosi, PinName miso, PinName sclk, PinName cs, PinName reset);
     EthernetInterface(SPI* spi, PinName cs, PinName reset);
-
+#endif
   /** Initialize the interface with DHCP.
   * Initialize the interface and configure it to use DHCP (no connection at this point).
   * \return 0 on success, a negative number on failure