MQTT client test with W5200 ethernet shield

Dependents:   IBMIoTClientEthernetExample_W5200

Fork of W5500Interface by W5500-Ethernet-Interface Makers

Revision:
11:313e091ab3f9
Parent:
0:e11e8793c3ce
--- a/WIZnet/wiznet.h	Mon Sep 29 05:03:41 2014 +0000
+++ b/WIZnet/wiznet.h	Thu Dec 25 11:18:46 2014 +0000
@@ -4,8 +4,8 @@
 //#include "mbed.h"
 //#include "mbed_debug.h"
 
-#define USE_W5500
-//#define USE_W5200 // don't use this library
+//#define USE_W5500
+#define USE_W5200
 //#define USE_W5100 // don't use this library
 
 #if defined(USE_W5500)
@@ -13,12 +13,12 @@
 //#define USE_WIZ550IO_MAC    // want to use the default MAC address stored in the WIZ550io
 #endif
 
-/*
-// current library don't want to support old chips.
 #if defined(USE_W5200)
 #include "W5200.h"
 #endif
 
+/*
+// current library don't want to support old chips.
 #if defined(USE_W5100)
 #include "W5100.h"
 #endif