apesenta erro em mem.c do

Dependencies:   EthernetInterface HTTPClient mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
joseFigueiredo
Date:
Thu Aug 07 23:38:09 2014 +0000
Parent:
0:e30fe3f645f5
Child:
2:d884cdb2d345
Commit message:
altera??o 2

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Aug 07 23:36:15 2014 +0000
+++ b/main.cpp	Thu Aug 07 23:38:09 2014 +0000
@@ -17,7 +17,7 @@
     int ret = http.get("http://mbed.org/media/uploads/donatien/hello.txt", str, 128);
     if (!ret)
     {
-      printf("Page fetched successfully - read %d characters\n", strlen(str));
+      printf("Fetched successfully - read %d characters\n", strlen(str));
       printf("Result: %s\n", str);
     }
     else