提交 db73a31e 编写于 作者: B Bernard Xiong

[Kernel] Fix compiling warning.

上级 783753d9
...@@ -401,8 +401,8 @@ rt_bool_t rt_object_is_systemobject(rt_object_t object) ...@@ -401,8 +401,8 @@ rt_bool_t rt_object_is_systemobject(rt_object_t object)
*/ */
rt_object_t rt_object_find(const char *name, rt_uint8_t type) rt_object_t rt_object_find(const char *name, rt_uint8_t type)
{ {
struct rt_object *object; struct rt_object *object = RT_NULL;
struct rt_list_node *node; struct rt_list_node *node = RT_NULL;
struct rt_object_information *information = RT_NULL; struct rt_object_information *information = RT_NULL;
/* parameter check */ /* parameter check */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册