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.
Fork of nRF51822 by
Diff: source/nRF5xn.h
- Revision:
- 463:b869f947a37a
- Parent:
- 458:b42881afcc6e
- Child:
- 565:cf03471a4ec4
diff -r ed195faa45b1 -r b869f947a37a source/nRF5xn.h --- a/source/nRF5xn.h Mon Nov 02 17:34:04 2015 +0000 +++ b/source/nRF5xn.h Tue Nov 03 12:45:21 2015 +0000 @@ -34,7 +34,7 @@ nRF5xn(void); virtual ~nRF5xn(void); - virtual ble_error_t init(BLE::InstanceID_t instanceID, BLE::InitializationCompleteCallback_t); + virtual ble_error_t init(BLE::InstanceID_t instanceID, FunctionPointerWithContext<BLE::InitializationCompleteCallbackContext *> callback); virtual bool hasInitialized(void) const { return initialized; }