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 by
Diff: Ticker.h
- Revision:
- 125:2e9cc70d1897
- Parent:
- 122:f9eeca106725
--- a/Ticker.h Fri Aug 19 10:17:11 2016 +0100
+++ b/Ticker.h Wed Aug 31 18:09:46 2016 +0100
@@ -63,6 +63,7 @@
}
Ticker(const ticker_data_t *data) : TimerEvent(data) {
+ data->interface->init();
}
/** Attach a function to be called by the Ticker, specifiying the interval in seconds
