test

Dependents:   BLE_HeartRate_IDB0XA1_EPUDEE_Avril2018

Fork of X_NUCLEO_IDB0XA1 by ST

Branch:
8247cc25d48b37d6a78a3e91c728cbbf0fd9ba29
Revision:
293:5a1f577bf92f
Parent:
278:a5209d8cfd61
--- a/source/BlueNRGDevice.cpp	Thu Sep 15 10:51:59 2016 +0100
+++ b/source/BlueNRGDevice.cpp	Thu Sep 15 10:52:00 2016 +0100
@@ -47,14 +47,14 @@
 #include "BlueNRGGattServer.h"
 
 #include "btle.h"
-#include "Utils.h"
-#include "osal.h"
+#include "ble_utils.h"
+#include "ble_osal.h"
 
-#include "debug.h"
+#include "ble_debug.h"
 #include "stm32_bluenrg_ble.h"
 
 extern "C" {
-    #include "hci.h"
+    #include "ble_hci.h"
     #include "bluenrg_utils.h"
 }