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 876:f7e9b70920ad, committed 2015-11-03
- Comitter:
- rgrover1
- Date:
- Tue Nov 03 12:51:25 2015 +0000
- Parent:
- 875:25480c83e3cc
- Child:
- 877:6179ae26df4b
- Commit message:
- Synchronized with git rev 8fab6bf8
Author: Rohit Grover
remove extra qualification 'BLE::' on member 'initImplementation'
Changed in this revision
ble/BLE.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/BLE.h Tue Nov 03 12:51:24 2015 +0000 +++ b/ble/BLE.h Tue Nov 03 12:51:25 2015 +0000 @@ -1421,7 +1421,7 @@ } private: - ble_error_t BLE::initImplementation(FunctionPointerWithContext<InitializationCompleteCallbackContext *> callback); + ble_error_t initImplementation(FunctionPointerWithContext<InitializationCompleteCallbackContext *> callback); private: BLE(const BLE&);