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 mbed-dev by
Diff: drivers/Timeout.cpp
- Revision:
- 187:0387e8f68319
- Parent:
- 184:08ed48f1de7f
--- a/drivers/Timeout.cpp Fri Jun 22 16:45:37 2018 +0100 +++ b/drivers/Timeout.cpp Thu Sep 06 13:40:20 2018 +0100 @@ -17,7 +17,8 @@ namespace mbed { -void Timeout::handler() { +void Timeout::handler() +{ Callback<void()> local = _function; detach(); local.call();