添加huffman算法

This commit is contained in:
ranchuan
2023-11-22 20:27:42 +08:00
parent fa2509c5af
commit e3f33b9a6d
9 changed files with 387 additions and 21 deletions

View File

@@ -509,8 +509,8 @@ void elec_exe_task(void)
break;
}
checker_runcfg.rtv_index+=checker_runcfg.rtv_count;
DBG_LOG("task_index:%d,taskid:%d,ret=%d,rtv_index=%d.",s->task_index,taskid,checker_runcfg.excue_rtv,
checker_runcfg.rtv_index);
DBG_LOG("task_index:%d,taskid:%d,ret=%d,rtv_index=%d.",s->task_index,
s->task_par->taskid,checker_runcfg.excue_rtv,checker_runcfg.rtv_index);
}