Logging facility for endpoints

Fork of ErrorHandler by Doug Anson

Revision:
5:7b3bbd74c1b1
Parent:
4:f9e6432f2860
Child:
6:be3ca195f0d1
--- a/ErrorHandler.cpp	Tue Sep 09 19:37:15 2014 +0000
+++ b/ErrorHandler.cpp	Tue Sep 09 20:22:45 2014 +0000
@@ -68,7 +68,7 @@
     __nop();
     
  // constructor
- ErrorHandler::ErrorHandler(Serial *pc,LCDCLASS *lcd) {
+ ErrorHandler::ErrorHandler(RawSerial *pc,LCDCLASS *lcd) {
      this->m_pc = pc;
      this->m_lcd = lcd;
      memset(this->m_message,0,MAX_LOG_MESSAGE+1);