Core Base Classes for the Light Endpoints

Dependencies:   BufferedSerial

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more

Revision:
41:e54e5888c49e
Parent:
40:eae89a487d86
Child:
42:ff05e71c4cb5
--- a/Resource.cpp	Sat Mar 01 07:16:47 2014 +0000
+++ b/Resource.cpp	Sat Mar 01 07:18:40 2014 +0000
@@ -51,7 +51,7 @@
  // extract the resource value 
  void Resource::extract(char *name) { 
     if (this->m_io != NULL) {
-        MBEDio *io = (MBED *)this->io;
+        MBEDio *io = (MBEDio *)this->m_io;
         io->update();
     }
  }