HW layer for the Nucleo board, it only work with old BLE_API

Dependents:   Hello_BLE F446RE-BLE

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
96:f5e0ef179640
Parent:
91:97c0c21046b4
Child:
103:12684d94c3a6
--- a/utils/inc/Utils.h	Fri Jul 24 17:16:54 2015 +0000
+++ b/utils/inc/Utils.h	Fri Jul 24 17:31:50 2015 +0000
@@ -23,7 +23,7 @@
 #include "hal_types.h"
 #include "mbed.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