We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e66cc74 + 17dece4 commit cd7595eCopy full SHA for cd7595e
drivers/Ticker.h
@@ -71,7 +71,6 @@ class Ticker : public TimerEvent, private NonCopyable<Ticker> {
71
72
// When low power ticker is in use, then do not disable deep-sleep.
73
Ticker(const ticker_data_t *data) : TimerEvent(data), _function(0), _lock_deepsleep(true) {
74
- data->interface->init();
75
#if DEVICE_LOWPOWERTIMER
76
_lock_deepsleep = (data != get_lp_ticker_data());
77
#endif
0 commit comments