BLE test

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
177:65d9b1b75fca
Parent:
144:bdf5e8432131
Child:
242:058b2e731adc
--- a/x-nucleo-idb0xa1/utils/Utils.h	Fri Nov 13 16:31:14 2015 +0100
+++ b/x-nucleo-idb0xa1/utils/Utils.h	Wed Nov 18 15:48:31 2015 +0100
@@ -21,7 +21,7 @@
 #define __UTIL_H__
 
 #include "hal_types.h"
-#include "mbed-drivers/mbed.h"
+#include "mbed.h"
 
 #define STORE_LE_16(buf, val)    ( ((buf)[0] =  (uint8_t) (val)    ) , \
     ((buf)[1] =  (uint8_t) (val>>8) ) )