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:
70:055ebf51f6ad
Parent:
69:90fb53584459
Child:
73:3e6478c7649f
diff -r 90fb53584459 -r 055ebf51f6ad ErrorHandler.h
--- a/ErrorHandler.h	Mon Mar 03 22:04:21 2014 +0000
+++ b/ErrorHandler.h	Mon Mar 03 22:27:08 2014 +0000
@@ -37,6 +37,7 @@
         C12832_LCD  *m_lcd;
         char         m_message[MAX_LOG_MESSAGE+1];
         Mutex       *m_mutex;
+        Mutex       *m_close_mutex;
         Mutex       *m_led_mutex;
         
     public:
@@ -56,6 +57,8 @@
        
        void blinkTransportTxLED();
        void blinkTransportRxLED();
+       
+       void releaseMutexes();
         
     private:
         void setRGBLED(float H, float S, float V);