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:
105:332f93cd06b7
Parent:
103:12684d94c3a6
diff -r dfde0e42edf1 -r 332f93cd06b7 utils/inc/Utils.h
--- a/utils/inc/Utils.h	Mon Jul 27 13:51:00 2015 +0200
+++ b/utils/inc/Utils.h	Tue Aug 11 11:36:13 2015 +0200
@@ -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