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.
Diff: debug/debug.h
- Revision:
- 17:2b3fa9b1a05b
- Parent:
- 16:1e91753f0a01
- Child:
- 20:e30e6e175991
--- a/debug/debug.h Thu May 02 09:24:28 2019 +0000 +++ b/debug/debug.h Thu May 02 09:34:57 2019 +0000 @@ -5,7 +5,7 @@ #ifndef TEMPLATE_COMMON_DEBUG_DEBUG_H #define TEMPLATE_COMMON_DEBUG_DEBUG_H #include "mbed.h" -#define DEBUG_ON//デバッグ用。使わないときはコメントアウト +//#define DEBUG_ON//デバッグ用。使わないときはコメントアウト #ifdef DEBUG_ON extern Serial pc;