gjhn

Dependents:   BLE_GENERALE

Fork of X_NUCLEO_IDB0XA1 by ST

Branch:
117ed4c55629877d7cb3d79c4bcb24e7da5bcab0
Revision:
278:a5209d8cfd61
Parent:
262:a3460768f3b7
Child:
293:5a1f577bf92f
--- a/source/BlueNRGGattClient.cpp	Thu Sep 15 10:51:41 2016 +0100
+++ b/source/BlueNRGGattClient.cpp	Thu Sep 15 10:51:43 2016 +0100
@@ -37,7 +37,11 @@
  */
 
 #include "BlueNRGGattClient.h"
-#include "mbed-drivers/mbed.h"
+#ifdef YOTTA_CFG_MBED_OS
+    #include "mbed-drivers/mbed.h"
+#else
+    #include "mbed.h"
+#endif 
 #include "BlueNRGGap.h"
 #include "Utils.h"
 #include "debug.h"