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.
Dependents: BLE_PowerBank_HeyFaradey
Fork of BLE_API by
Diff: ble/CallChainOfFunctionPointersWithContext.h
- Revision:
- 961:259acb1c9d04
- Parent:
- 953:f6eb43f524b2
- Child:
- 965:212c16f6247f
--- a/ble/CallChainOfFunctionPointersWithContext.h Thu Nov 26 12:52:34 2015 +0000
+++ b/ble/CallChainOfFunctionPointersWithContext.h Thu Nov 26 12:52:34 2015 +0000
@@ -124,13 +124,12 @@
previous->chainAsNext(current->getNext());
}
delete current;
- return true;
+ return;
}
previous = current;
current = current->getNext();
}
- return false;
}
/** Clear the call chain (remove all functions in the chain).
