Logging facility for endpoints

Fork of ErrorHandler by Doug Anson

Revision:
9:cec063a0b9a9
Parent:
8:cc73ab137ae9
diff -r cc73ab137ae9 -r cec063a0b9a9 ErrorHandler.h
--- a/ErrorHandler.h	Tue Sep 23 16:56:15 2014 +0000
+++ b/ErrorHandler.h	Wed Sep 24 04:12:51 2014 +0000
@@ -41,7 +41,8 @@
  #endif
  
  #if _K64F_PLATFORM
-   #define LCDCLASS      void       // not used
+   #include "C12832.h"
+   #define LCDCLASS      C12832       // not used
  #endif
  
  /**