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:
74:b60149dd669e
Parent:
73:3e6478c7649f
Child:
83:2f49051d6acf
--- a/ErrorHandler.h	Tue Mar 04 05:26:52 2014 +0000
+++ b/ErrorHandler.h	Tue Mar 04 16:48:20 2014 +0000
@@ -45,6 +45,7 @@
        ~ErrorHandler();
        
        void log(const char *format, ...); 
+       void log_memory(const char *format, ...);
        void checkForExit(); 
        
        void pause(const char *format, ...);