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.
Fork of nRF51822 by
Revision 26:dade7d2857b4, committed 2014-06-10
- Comitter:
- Rohit Grover
- Date:
- Tue Jun 10 13:32:01 2014 +0100
- Parent:
- 25:a1c356620131
- Child:
- 27:2a1c1825b7be
- Commit message:
- Set CFG_DEBUG to 1 to stop ASSERT_MESSAGE() from calling printf.
This has a significant impact on code-size and on the use of BSS.
Changed in this revision
| projectconfig.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/projectconfig.h Tue Jun 10 13:13:35 2014 +0100
+++ b/projectconfig.h Tue Jun 10 13:32:01 2014 +0100
@@ -63,7 +63,7 @@
Level 0: No debug information generated
-----------------------------------------------------------------------*/
- #define CFG_DEBUG (2)
+ #define CFG_DEBUG (1)
#if (CFG_DEBUG > 3) || (CFG_DEBUG < 0)
#error "CFG_DEBUG must be a value between 0 (no debug) and 3"
