mirror of
https://github.com/espressif/openthread.git
synced 2026-09-05 08:40:06 +00:00
[scheduler] move schedulers into otInstance (#1997)
This commit is contained in:
@@ -86,7 +86,7 @@ class TestTimer: public ot::TimerMilli
|
||||
{
|
||||
public:
|
||||
TestTimer(otInstance *aInstance):
|
||||
ot::TimerMilli(aInstance->mIp6, TestTimer::HandleTimerFired, NULL),
|
||||
ot::TimerMilli(aInstance, TestTimer::HandleTimerFired, NULL),
|
||||
mFiredCounter(0)
|
||||
{ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user