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:
135:7f3f963cd159
Parent:
36:73e343ddca7f
Child:
192:54b758a8eaaa
--- a/MBEDVoltage.h	Fri Mar 28 16:24:12 2014 +0000
+++ b/MBEDVoltage.h	Fri Mar 28 17:49:10 2014 +0000
@@ -24,9 +24,9 @@
  class MBEDVoltage : public MBEDio {
      public:
         MBEDVoltage(ErrorHandler *error_handler,Resource *resource);
-       ~MBEDVoltage();
+        virtual ~MBEDVoltage();
        
-       virtual void update();
+        virtual void update();
  };
  
  #endif // _MBED_VOLTAGE_H_
\ No newline at end of file