Fix macos ut failed.
This commit is contained in:
parent
e2e5f0de4a
commit
cdb4bbc23b
|
@ -60,6 +60,7 @@ static void *dmConfigThreadFp(void *param) {
|
||||||
float interval = (curTime - lastTime) / 1000.0f;
|
float interval = (curTime - lastTime) / 1000.0f;
|
||||||
if (interval >= tsStatusInterval) {
|
if (interval >= tsStatusInterval) {
|
||||||
dmSendConfigReq(pMgmt);
|
dmSendConfigReq(pMgmt);
|
||||||
|
lastTime = curTime;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Reference in New Issue