HW layer for the Nucleo board, it only work with old BLE_API
Dependents: Hello_BLE F446RE-BLE
Fork of X_NUCLEO_IDB0XA1 by
Diff: utils/inc/Utils.h
- Revision:
- 82:c8c77e1fe472
- Parent:
- 70:d20d30f59b1c
- Child:
- 83:52a08354a933
--- a/utils/inc/Utils.h Wed Jun 24 10:37:21 2015 +0200 +++ b/utils/inc/Utils.h Tue Jun 30 08:53:39 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