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.
Dependents: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Revision 1120:85a019284052, committed 2016-01-11
- Comitter:
- vcoubard
- Date:
- Mon Jan 11 08:52:03 2016 +0000
- Parent:
- 1119:7a487d506451
- Child:
- 1121:df91547290be
- Commit message:
- Synchronized with git rev c56bc430
Author: Andres Amaya Garcia
Remove unnecessary include in BLEProtocol
Changed in this revision
| ble/BLEProtocol.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/BLEProtocol.h Mon Jan 11 08:52:03 2016 +0000 +++ b/ble/BLEProtocol.h Mon Jan 11 08:52:03 2016 +0000 @@ -20,7 +20,6 @@ #include <stddef.h> #include <stdint.h> #include <algorithm> -#include <string.h> /** * A common namespace for types and constants used everywhere in BLE API.
