UART to Console with NRF51DK board and InAir9 module

Dependencies:   BLE_API SX1272Lib mbed nRF51822

Fork of BLE_UARTConsole by Bluetooth Low Energy

Revision:
10:12607a53d71d
Parent:
9:5f0732aa3008
--- a/main.cpp	Tue Sep 29 12:12:10 2015 +0000
+++ b/main.cpp	Mon Nov 13 23:16:56 2017 +0000
@@ -20,7 +20,7 @@
 
 #include "UARTService.h"
 
-#define NEED_CONSOLE_OUTPUT 1 /* Set this if you need debug messages on the console;
+#define NEED_CONSOLE_OUTPUT 0 /* Set this if you need debug messages on the console;
                                * it will have an impact on code-size and power consumption. */
 
 #if NEED_CONSOLE_OUTPUT