Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of X_NUCLEO_IDB0XA1 by
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) ) )
