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: source/debug.cpp
- Branch:
- PassingRegression
- Revision:
- 107:f1a83fd41b17
- Parent:
- 105:e5ce023eee93
- Child:
- 113:888e262ff0a9
diff -r e1f04c3d0647 -r f1a83fd41b17 source/debug.cpp
--- a/source/debug.cpp Mon May 06 10:24:53 2019 +0000
+++ b/source/debug.cpp Mon May 06 16:44:40 2019 +0000
@@ -91,7 +91,7 @@
* @param None
* @retval None
*/
-#define DEBUG_ENABLED
+//#define DEBUG_ENABLED
void initialise_debug(void)
{
memset(g_dbg_buffer, 0, sizeof(g_dbg_buffer));