提交 8a960a86 编写于 作者: B bernard.xiong@gmail.com

fixed finsh_sysvar_append bug.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1996 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 7022b828
......@@ -108,7 +108,7 @@ void finsh_sysvar_append(const char* name, u_char type, void* var_addr)
else
{
item->next = global_sysvar_list;
global_sysvar_list->next = item;
global_sysvar_list = item;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册