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:
32:b2bdbc018665
Parent:
29:b6af04b77a56
--- a/GhmMessageProcessing.cpp	Mon Oct 27 13:52:55 2014 -0700
+++ b/GhmMessageProcessing.cpp	Mon Oct 27 14:16:03 2014 -0700
@@ -173,7 +173,6 @@
 WiconnectResult GhmInterface::ghmListMessages(GhmMessageList &msgList, uint8_t maxCount)
 {
     WiconnectResult result;
-    int32_t handle;
     char *cmdBuffer = wiconnect->internalBuffer;
 
     if(WICONNECT_IS_IDLE())