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
Revision 823:3253c3910b82, committed 2015-09-29
- Comitter:
- rgrover1
- Date:
- Tue Sep 29 09:50:55 2015 +0100
- Parent:
- 822:a0f080d1e836
- Child:
- 824:f82180727241
- Commit message:
- Synchronized with git rev 984266ee
Author: Rohit Grover
oops. typo.
Changed in this revision
source/BLE.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/BLE.cpp Tue Sep 29 09:50:55 2015 +0100 +++ b/source/BLE.cpp Tue Sep 29 09:50:55 2015 +0100 @@ -79,7 +79,7 @@ #endif }; -BLE::BLE & +BLE & BLE::Instance(InstanceID_t id) { static BLE *singletons[NUM_INSTANCES];