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.
Dependents: mtsas mtsas thermostat_fan_demo--fan mtsas ... more
NOTE: MTS-Utils has moved to GitHub. This version will not be updated. For updates, go to the GitHub version.
Diff: MTSLog.h
- Revision:
- 6:fca9bc67b15f
- Parent:
- 1:92c0b062d84d
- Child:
- 13:4709c2dfcd11
--- a/MTSLog.h Mon May 19 14:39:33 2014 -0500 +++ b/MTSLog.h Tue May 20 16:12:41 2014 -0500 @@ -1,8 +1,6 @@ #ifndef MTSLOG_H #define MTSLOG_H -#include "mbed.h" - #ifdef MTS_DEBUG #define logFatal(format, ...) \ MTSLog::printMessage(MTSLog::FATAL_LEVEL, "%s:%s:%s| [%s] " format "\r\n", __FILE__, __func__, __LINE__, MTSLog::FATAL_LABEL, ##__VA_ARGS__)