hiroya taura / Mbed 2 deprecated LAURUS_program

Dependencies:   ConfigFile SDFileSystem mbed

Fork of LAURUS_program by LAURUS

ErrorLogger.h

Committer:
ojan
Date:
2015-06-23
Revision:
22:3caa2983bf1d
Parent:
0:bc6f14fc60c7

File content as of revision 22:3caa2983bf1d:

#pragma once
#include "mbed.h"

static Serial* debugPort = 0;

void InitLogger(Serial* dp);

/*
    エラーメッセージを送信してプログラムを中断する
    引数:
*/

void AbortWithMsg(const char* msg);