ban4jp - / Mbed 2 deprecated HTTPClient_HelloWorld_WIZ820io

Dependencies:   HTTPClient WIZ820ioInterface mbed

Fork of HTTPClient_HelloWorld by ban4jp -

Files at this revision

API Documentation at this revision

Comitter:
ban4jp
Date:
Mon Dec 02 14:46:25 2013 +0000
Parent:
4:ca8e9930ba4e
Parent:
5:dce35de805b5
Child:
7:20fbe19ab86b
Commit message:
Merge

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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
     {