V2.10 添加写入固定延时任务

EW发送数据前固定50ms延时
    can总线发送采用等待的方式
This commit is contained in:
ranchuan
2023-12-22 19:05:19 +08:00
parent 6cf5e9e720
commit 5c2648d33c
9 changed files with 131 additions and 8 deletions

View File

@@ -340,7 +340,7 @@ int elec_err_classify(int err)
// 找到异常代码序号
int elec_report_err(elec_judge_def *e)
{
static const uint8_t pro_table[]={1,3,7,8,2,4,5,6,9,20,0};
static const uint8_t pro_table[]={1,3,7,8,2,4,5,6,9,10,20,0};
uint8_t index=0;
for (int i=0;i<sizeof(pro_table);i++){
for(int j=0;j<ERR_LIST_LEN;j++){