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:
116:428281cb5066
Parent:
112:1fb53d4729af
Child:
118:c8a80adfe90d
--- a/Preferences.h	Wed Mar 19 03:51:03 2014 +0000
+++ b/Preferences.h	Wed Mar 19 04:12:53 2014 +0000
@@ -27,7 +27,6 @@
     private: 
         ErrorHandler    *m_error_handler;
         ConfigFile      *m_config_file;
-        LocalFileSystem *m_local_filesystem;
         
     public:
         Preferences(ErrorHandler *error_handler);