在槽任务失败且异常代码不为0时才会导致 CheckerExt_Slot 任务失败

This commit is contained in:
ranchuan
2024-01-11 22:41:35 +08:00
parent e716aa4149
commit bd2a270fae
12 changed files with 8 additions and 6 deletions

View File

@@ -337,7 +337,7 @@ void JQ_Test_ReadState(void)
}
if(uc_ack < 1)
{
uc_rtv = 1;
uc_rtv = 2;
}
checker_runcfg.params[0] = state;
Checker_SetRtv(checker_runcfg.params,checker_runcfg.rtv_count);