Simple app demonstrating network join feature of WiConnect Host Library.

Dependencies:   WiConnect mbed

Revision:
7:281f96064763
Parent:
6:dd1823d63132
Child:
9:ba592b3a5c64
diff -r dd1823d63132 -r 281f96064763 example.cpp
--- a/example.cpp	Mon Aug 25 18:59:42 2014 +0000
+++ b/example.cpp	Mon Aug 25 19:07:25 2014 +0000
@@ -112,8 +112,6 @@
     printf("IP Address: %s\r\n", wiconnect.getIpAddress());
     printf("Network join example has completed!\r\n");
 
-    for(;;); // infinite loop
-
-    return 0;
+    while(true){} // infinite loop
 }