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:
- 105:e5ce023eee93
- Parent:
- 104:11e9605093c9
- Child:
- 107:f1a83fd41b17
diff -r 11e9605093c9 -r e5ce023eee93 source/debug.cpp
--- a/source/debug.cpp Sun May 05 08:24:46 2019 +0000
+++ b/source/debug.cpp Mon May 06 09:06:36 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));