使用make -f Makeboot 来使用gcc编译
添加 DMod_FireBusReadDatasV2_RC 函数
This commit is contained in:
@@ -309,6 +309,13 @@ void EW_Updata(void)
|
||||
DBG_LOG("ret=%d",ret);
|
||||
Checker_MaskResult(ret,checker_runcfg.task_info.runindex);
|
||||
}
|
||||
static int cmd_jwt_updata(list_def *argv)
|
||||
{
|
||||
int ret=0;
|
||||
EW_Updata();
|
||||
return ret;
|
||||
}
|
||||
commend_export(jwt_updata,cmd_jwt_updata,"jwt updata")
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user