添加测试命令 test_input test_output 测试输入输出通道

This commit is contained in:
ranchuan
2023-10-12 11:17:07 +08:00
parent bf440a35bc
commit a3625c2a87
7 changed files with 89 additions and 12 deletions

View File

@@ -97,9 +97,9 @@ void *dev_get(const char *name)
void param_err_handle(const char *param,const char *file,const char *fun,int line)
{
bk_reboot_param_err();
// printf("param=%s,file=%s,fun=%s,line=%d.\r\n",param,file,fun,line);
DBG_ERR("param=%s,file=%s,fun=%s,line=%d.\r\n",param,file,fun,line);
bk_reboot_param_err();
while(1);
}