MQTT client test with W5200 ethernet shield

Dependents:   IBMIoTClientEthernetExample_W5200

Fork of W5500Interface by W5500-Ethernet-Interface Makers

Revision:
6:677dfa3984d1
Parent:
5:8aefaef88f79
--- a/EthernetInterface.cpp	Fri Sep 26 08:05:41 2014 +0000
+++ b/EthernetInterface.cpp	Mon Sep 29 04:56:56 2014 +0000
@@ -41,13 +41,6 @@
     ip_set = false;
 }
 
-////#if define(TARGET_KL25Z)
-//EthernetInterface::EthernetInterface() : WIZnet_Chip(D11, D12, D13, D10, D9) 
-//{
-//    wait(1); // 1 second for stable state
-//
-//    ip_set = false;
-//}
 
 int EthernetInterface::init()
 {