MBED_DEMOS / Mbed 2 deprecated mbed_mqtt_endpoint_ublox_ethernet

Dependencies:   C027 C12832 EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
141:0a09f2d03528
Parent:
140:37588866ce18
Child:
143:fbdd4f74e1e9
--- 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();