BLE test
Fork of X_NUCLEO_IDB0XA1 by
Diff: x-nucleo-idb0xa1/utils/Utils.h
- Revision:
- 144:bdf5e8432131
- Parent:
- 132:51056160fa4a
- Child:
- 177:65d9b1b75fca
- Child:
- 226:be2f4e1d0515
diff -r 63f5e8a590d4 -r bdf5e8432131 x-nucleo-idb0xa1/utils/Utils.h --- a/x-nucleo-idb0xa1/utils/Utils.h Mon Oct 19 13:55:48 2015 +0200 +++ b/x-nucleo-idb0xa1/utils/Utils.h Wed Oct 21 11:56:41 2015 +0200 @@ -21,7 +21,7 @@ #define __UTIL_H__ #include "hal_types.h" -#include "mbed.h" +#include "mbed-drivers/mbed.h" #define STORE_LE_16(buf, val) ( ((buf)[0] = (uint8_t) (val) ) , \ ((buf)[1] = (uint8_t) (val>>8) ) )