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.
Dependencies: BLE_API mbed-dev nRF51822
Revision 53:2ebb31def4b9, committed 2016-08-29
- Comitter:
- cho45
- Date:
- Mon Aug 29 16:41:36 2016 +0000
- Parent:
- 52:fa7179ac1279
- Child:
- 54:899fc2b0a76b
- Commit message:
- prod
Changed in this revision
| config.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/config.h Mon Aug 29 15:43:35 2016 +0000 +++ b/config.h Mon Aug 29 16:41:36 2016 +0000 @@ -4,9 +4,9 @@ #include "RawSerial.h" extern RawSerial serial; -#define DEBUG 1 -#define DEBUG_KEYEVENT 1 -#define DEBUG_BLE 1 +#define DEBUG 0 +#define DEBUG_KEYEVENT 0 +#define DEBUG_BLE 0 #define DEBUG_BLE_INTERRUPT 0 #if DEBUG_KEYEVENT