Fix macos ut failed.

This commit is contained in:
xiao-77 2024-12-12 13:37:56 +08:00
parent e2e5f0de4a
commit cdb4bbc23b
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ static void *dmConfigThreadFp(void *param) {
float interval = (curTime - lastTime) / 1000.0f;
if (interval >= tsStatusInterval) {
dmSendConfigReq(pMgmt);
lastTime = curTime;
}
}
return NULL;