MBED_DEMOS / Mbed 2 deprecated mbed_mqtt_endpoint_ublox_cellular

Dependencies:   C027_Support C12832 StatusReporter LM75B MQTT-ansond c027_radios endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
141:0a09f2d03528
Parent:
140:37588866ce18
Child:
143:fbdd4f74e1e9
diff -r 37588866ce18 -r 0a09f2d03528 MBEDEndpoint.cpp
--- a/MBEDEndpoint.cpp	Wed Mar 19 04:00:56 2014 +0000
+++ b/MBEDEndpoint.cpp	Wed Mar 19 04:02:17 2014 +0000
@@ -41,7 +41,7 @@
      bool success = true;
      this->m_preferences = NULL;
      memset(this->m_lcd_status,0,TEMP_BUFFER_LEN+1);
-     memset(this->m_nsp_address,0,PREFERENCE_VALUE_LEN+1);
+     memset(this->m_gw_address,0,PREFERENCE_VALUE_LEN+1);
      for(int i=0;i<NUM_TRANSPORTS;++i) this->m_transports[i] = NULL;
      this->m_error_handler = error_handler;
      if (success) this->initPreferences();