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.h
- 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
