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:
- 61:929885305c17
- Parent:
- 58:027c65a54097
diff -r b0b2d639c0f5 -r 929885305c17 utils/inc/Utils.h --- a/utils/inc/Utils.h Fri Oct 17 08:48:48 2014 +0000 +++ b/utils/inc/Utils.h Wed Nov 12 09:41:31 2014 +0000 @@ -14,14 +14,15 @@ * limitations under the License. */ -#include "hal_types.h" -#include "mbed.h" // utility functions #ifndef __UTIL_H__ #define __UTIL_H__ +#include "hal_types.h" +#include "mbed.h" + #define NEED_CONSOLE_OUTPUT 1 /* Set this if you need debug messages on the console; * it will have an impact on code-size and power consumption. */