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
--- a/ErrorLogger.h	Tue Jun 23 15:23:38 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#pragma once
-#include "mbed.h"
-
-static Serial* debugPort = 0;
-
-void InitLogger(Serial* dp);
-
-/*
-    エラーメッセージを送信してプログラムを中断する
-    引数:
-*/
-
-void AbortWithMsg(const char* msg);
\ No newline at end of file