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:
825:b65c6a222525
Parent:
824:f82180727241
Child:
827:a63b24d78132
--- a/source/BLE.cpp	Tue Sep 29 09:54:17 2015 +0100
+++ b/source/BLE.cpp	Tue Sep 29 09:54:17 2015 +0100
@@ -79,7 +79,7 @@
 #endif
 };
 
-BLE::BLE &
+BLE &
 BLE::Instance(InstanceID_t id)
 {
     static BLE *singletons[NUM_INSTANCES];