ble nano hid over gatt

Dependencies:   BLE_API mbed-dev nRF51822

Revision:
53:2ebb31def4b9
Parent:
45:f4be69c936f6
Child:
54:899fc2b0a76b
--- 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