MQTT client test with W5200 ethernet shield

Dependents:   IBMIoTClientEthernetExample_W5200

Fork of W5500Interface by W5500-Ethernet-Interface Makers

Revision:
6:677dfa3984d1
Parent:
5:8aefaef88f79
diff -r 8aefaef88f79 -r 677dfa3984d1 EthernetInterface.h
--- a/EthernetInterface.h	Fri Sep 26 08:05:41 2014 +0000
+++ b/EthernetInterface.h	Mon Sep 29 04:56:56 2014 +0000
@@ -20,7 +20,6 @@
     */
     EthernetInterface(PinName mosi, PinName miso, PinName sclk, PinName cs, PinName reset);
     EthernetInterface(SPI* spi, PinName cs, PinName reset);
-//    EthernetInterface();
 
   /** Initialize the interface with DHCP w/o MAC address
   * Initialize the interface and configure it to use DHCP (no connection at this point).