Host library for controlling a WiConnect enabled Wi-Fi module.

Dependents:   wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more

Revision:
5:8d91a87ebba2
Parent:
1:6ec9998427ad
Child:
16:7f1d6d359787
--- a/internal/wiconnect/AsyncCommand.cpp	Mon Aug 11 03:49:05 2014 -0700
+++ b/internal/wiconnect/AsyncCommand.cpp	Mon Aug 11 04:00:39 2014 -0700
@@ -41,7 +41,6 @@
         return;
     }
 
-    WiconnectResult result = WICONNECT_SUCCESS;
     CommandContext *context = (CommandContext*)commandContext;
     CommandHeader *header = (CommandHeader*)commandHeaderBuffer;