hiroya taura / Mbed 2 deprecated LAURUS_program

Dependencies:   ConfigFile SDFileSystem mbed

Fork of LAURUS_program by LAURUS

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