!829 Fix : 内核告警清理挑单

Merge pull request !829 from yinjiaming/cherry-pick-1663655884
This commit is contained in:
openharmony_ci 2022-09-22 06:11:42 +00:00 committed by Gitee
commit 1a66fa3daf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
6 changed files with 29 additions and 28 deletions

View File

@ -469,8 +469,9 @@ LWIP_STATIC int OsPingFunc(u32_t *parg)
}
intrvl -= 1000; /* 1000: 1000ms = 1s */
sys_msleep(1000); /* 1000: 1000ms = 1s */
if (ping_kill == 1)
if (ping_kill == 1) {
break;
}
} while (intrvl > 0);
succ_cnt++;
break;