WIZnet WIZ820io (W5200) support

Dependencies:   HTTPClient WIZ820ioInterface mbed

Fork of HTTPClient_HelloWorld by ban4jp -

Revision:
6:1aba7b616629
Parent:
4:ca8e9930ba4e
Parent:
5:dce35de805b5
Child:
7:20fbe19ab86b
--- a/main.cpp	Sun Dec 01 18:54:44 2013 +0000
+++ b/main.cpp	Mon Dec 02 14:46:25 2013 +0000
@@ -108,7 +108,7 @@
     ret = eth.disconnect();  
     if (!ret)
     {
-      printf("Disconnect\n");
+      printf("Disconnected\n");
     }
     else
     {