Logging facility for endpoints

Fork of ErrorHandler by Doug Anson

Revision:
2:e771ffdf5c1b
Parent:
1:8d42444464d3
Child:
5:7b3bbd74c1b1
--- a/ErrorHandler.h	Fri Aug 29 03:39:04 2014 +0000
+++ b/ErrorHandler.h	Fri Aug 29 19:23:45 2014 +0000
@@ -36,6 +36,10 @@
    #define LCDCLASS      C12832_LCD   
  #endif
  
+ #if _K64F_PLATFORM
+   #define LCDCLASS      void       // not used
+ #endif
+ 
  class ErrorHandler {
      private:
         Serial   *m_pc;