diff --git a/hal/api/Ticker.h b/hal/api/Ticker.h index 496e469fa6..a7848ece4d 100644 --- a/hal/api/Ticker.h +++ b/hal/api/Ticker.h @@ -63,6 +63,7 @@ public: } 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