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.
Dependencies: ConfigFile SDFileSystem mbed
Fork of LAURUS_program by
Diff: ErrorLogger.cpp
- Revision:
- 23:79cdc1432160
- Parent:
- 22:3caa2983bf1d
- Child:
- 24:8838be99cec3
diff -r 3caa2983bf1d -r 79cdc1432160 ErrorLogger.cpp
--- a/ErrorLogger.cpp Tue Jun 23 15:23:38 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-#include "ErrorLogger.h"
-
-void InitLogger(Serial* dp) {
- if(debugPort == dp) return;
- debugPort = dp;
-}
-
-void AbortWithMsg(const char* msg) {
- while(!debugPort->writeable());
- debugPort->printf(msg);
- abort();
-}
\ No newline at end of file
