bluetooth control motor

Dependents:   BLE_LED_IDB0XA1_demo MOTOR_BLE_V2 Motor_Ble_v1 Motor_Ble_v10223 ... more

Fork of X_NUCLEO_IDB0XA1 by ST

Files at this revision

API Documentation at this revision

Comitter:
Vincent Coubard
Date:
Thu Sep 15 10:52:08 2016 +0100
Branch:
c21998c9579e3c57e3e1619a977b9bc47a36d249
Parent:
299:1c123f1c42ef
Child:
301:9c0d8f9382c7
Commit message:
Sync with c21998c9579e3c57e3e1619a977b9bc47a36d249

2016-07-28 20:44:33+01:00: Vincent Coubard
Remove unused include

Changed in this revision

x-nucleo-idb0xa1/utils/ble_utils.h Show annotated file Show diff for this revision Revisions of this file
--- a/x-nucleo-idb0xa1/utils/ble_utils.h	Thu Sep 15 10:52:07 2016 +0100
+++ b/x-nucleo-idb0xa1/utils/ble_utils.h	Thu Sep 15 10:52:08 2016 +0100
@@ -22,11 +22,6 @@
 
 #include "ble_status.h"
 #include "ble_hal_types.h"
-#ifdef YOTTA_CFG_MBED_OS
-    #include "mbed-drivers/mbed.h"
-#else
-    #include "mbed.h"
-#endif 
 
 #define STORE_LE_16(buf, val)    ( ((buf)[0] =  (uint8_t) (val)    ) , \
     ((buf)[1] =  (uint8_t) (val>>8) ) )