mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 13:20:25 +00:00
[scheduler] move schedulers into otInstance (#1997)
This commit is contained in:
+1
-1
@@ -244,7 +244,7 @@ Interpreter::Interpreter(otInstance *aInstance):
|
||||
mLength(8),
|
||||
mCount(1),
|
||||
mInterval(1000),
|
||||
mPingTimer(aInstance->mIp6, &Interpreter::s_HandlePingTimer, this),
|
||||
mPingTimer(aInstance, &Interpreter::s_HandlePingTimer, this),
|
||||
#if OPENTHREAD_ENABLE_DNS_CLIENT
|
||||
mResolvingInProgress(0),
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user