Vincent (pan-) Coubard / X_NUCLEO_IDB0XA1

Fork of X_NUCLEO_IDB0XA1 by ST

Branch:
sync_with_github
Revision:
253:9665a6f8bbdb
Parent:
242:058b2e731adc
Child:
278:a5209d8cfd61
--- a/x-nucleo-idb0xa1/utils/Utils.h	Mon Jun 27 15:51:20 2016 +0200
+++ b/x-nucleo-idb0xa1/utils/Utils.h	Thu Sep 15 10:49:39 2016 +0100
@@ -22,7 +22,7 @@
 
 #include "ble_status.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) ) )