Logging facility for endpoints

Fork of ErrorHandler by Doug Anson

Revision:
9:cec063a0b9a9
Parent:
6:be3ca195f0d1
--- a/ErrorHandler.cpp	Tue Sep 23 16:56:15 2014 +0000
+++ b/ErrorHandler.cpp	Wed Sep 24 04:12:51 2014 +0000
@@ -96,14 +96,12 @@
             this->m_pc->printf("\r\n");
        }
         
-#if _NXP_PLATFORM || _UBLOX_PLATFORM
        // Log to the LCD panel...
        if (this->m_lcd != NULL) {
             this->m_lcd->cls();
             this->m_lcd->locate(0,0);
             this->m_lcd->printf(this->m_message);
        }
-#endif
     }
  }