MBED_DEMOS / Mbed 2 deprecated mbed_nsp_endpoint_ublox_ethernet

Dependencies:   C027 C12832 EthernetInterface StatusReporter LM75B endpoint_core endpoint_nsp mbed-rtos mbed nsp_resources

Revision:
143:0698dbcf58f5
Parent:
142:e95256b893da
--- a/NSPio.cpp	Mon Mar 24 19:29:37 2014 +0000
+++ b/NSPio.cpp	Mon Mar 24 19:53:20 2014 +0000
@@ -36,7 +36,7 @@
  }
  
  // send an observation
- void NSPio::sendObservation() { if (this->m_obs_sender != NULL) (*this->m_obs_sender)(); }
+ void NSPio::sendObservation() { if (this->m_obs_sender != NULL) (this->m_obs_sender)(); }
  
  // update
  void NSPio::update() { if (this->m_mbed_io != NULL) this->m_mbed_io->update(); }