Nordic stack and drivers for the mbed BLE API Modified for HRM1017 for library 0.1.0

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

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"