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-stm32l0l1-src-1 by
Diff: common/Timer.cpp
- Revision:
- 547:88c982c8f758
- Parent:
- 525:c320967f86b9
--- a/common/Timer.cpp Fri May 22 08:45:08 2015 +0100 +++ b/common/Timer.cpp Fri May 22 09:45:08 2015 +0100 @@ -23,7 +23,7 @@ reset(); } -Timer::Timer(const ticker_data_t *const data) : _running(), _start(), _time(), _ticker_data(data) { +Timer::Timer(const ticker_data_t *data) : _running(), _start(), _time(), _ticker_data(data) { reset(); }