Simple app demonstrating network join feature of WiConnect Host Library.

Dependencies:   WiConnect mbed

Revision:
5:84c69c7f4085
Parent:
3:15daf72c279c
Child:
6:dd1823d63132
--- a/example.cpp	Sat Aug 23 05:43:55 2014 -0700
+++ b/example.cpp	Sat Aug 23 13:00:55 2014 +0000
@@ -61,9 +61,6 @@
  */
 int main(int argc, char **argv)
 {
-    NetworkStatus networkStatus;
-
-
     consoleSerial.baud(115200); // console terminal to 115200 baud
 
     //-------------------------------------------------------------------------