Lancaster University's fork of the mbed BLE API. Lives on github, https://github.com/lancaster-university/BLE_API

Dependents:   microbit-dal microbit-dal microbit-ble-open microbit-dal ... more

Fork of BLE_API by Bluetooth Low Energy

Revision:
1120:85a019284052
Parent:
1119:7a487d506451
diff -r 7a487d506451 -r 85a019284052 ble/BLEProtocol.h
--- 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.