cc y / mbed

Fork of mbed by mbed official

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