MQTT client test with W5200 ethernet shield

Dependents:   IBMIoTClientEthernetExample_W5200

Fork of W5500Interface by W5500-Ethernet-Interface Makers

Revision:
5:8aefaef88f79
Parent:
0:e11e8793c3ce
Child:
6:677dfa3984d1
--- a/EthernetInterface.h	Mon Sep 01 01:54:29 2014 +0000
+++ b/EthernetInterface.h	Fri Sep 26 08:05:41 2014 +0000
@@ -20,6 +20,7 @@
     */
     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).