Simple app demonstrating the HTTP GET feature of the WiConnect Host Library.

Dependencies:   WiConnect mbed

Files at this revision

API Documentation at this revision

Comitter:
dan_ackme
Date:
Tue Aug 26 16:34:02 2014 -0700
Parent:
4:312ef61d9139
Child:
8:af524cc03cc5
Commit message:
fixed warning

Changed in this revision

example.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/example.cpp	Sat Aug 23 05:44:25 2014 -0700
+++ b/example.cpp	Tue Aug 26 16:34:02 2014 -0700
@@ -127,9 +127,7 @@
 
     printf("HTTP GET example has completed!\r\n");
 
-    for(;;); // infinite loop
-
-    return 0;
+    while(true){} // infinite loop
 }