Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ErrorHandler by
Diff: ErrorHandler.h
- 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 /**
