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

Dependencies:   WiConnect mbed

Revision:
6:f6cf38fba1d4
Parent:
3:2bfba274568c
Child:
11:b7a7a7d3b805
Child:
12:106e10b527f9
diff -r 92a9c46c1021 -r f6cf38fba1d4 example.cpp
--- a/example.cpp	Sat Aug 23 12:59:06 2014 +0000
+++ b/example.cpp	Mon Aug 25 19:07:39 2014 +0000
@@ -127,9 +127,7 @@
 
     printf("HTTP GET example has completed!\r\n");
 
-    for(;;); // infinite loop
-
-    return 0;
+    while(true){} // infinite loop
 }