X_NUCLEO_IDB05A1
Dependencies: mbed-os-example-ble-Advertising
Revision 300:85b12e23a7ba, committed 2016-09-15
- 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) ) )