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.
Diff: ble/BLE.h
- Revision:
- 876:f7e9b70920ad
- Parent:
- 875:25480c83e3cc
- Child:
- 877:6179ae26df4b
--- 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&);