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

Dependencies:   WiConnect mbed

Revision:
7:e062aae953b1
Parent:
3:2bfba274568c
Child:
11:b7a7a7d3b805
Child:
12:106e10b527f9
--- 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
 }