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:
156:4d75f2dffd8c
Parent:
154:bae16d6519dd
Child:
158:dbade2c795c7
--- a/MBEDEndpoint.cpp	Thu Mar 20 16:25:13 2014 +0000
+++ b/MBEDEndpoint.cpp	Thu Mar 20 20:01:01 2014 +0000
@@ -94,7 +94,7 @@
  }
  
  // get our GW address
- char *MBEDEndpoint::getGWAddress() { return  GW_IPADDRESS; /* this->m_gw_address; */ }
+ char *MBEDEndpoint::getGWAddress() { return this->m_gw_address; }
  
  // get our LCD status
  char *MBEDEndpoint::getLCDStatus() {