提交 4a42aa2d 编写于 作者: qiuyiuestc's avatar qiuyiuestc

fix compile error

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@667 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 b87f6d56
...@@ -385,7 +385,7 @@ void rt_module_unload(struct rt_module* module) ...@@ -385,7 +385,7 @@ void rt_module_unload(struct rt_module* module)
/* release module memory */ /* release module memory */
rt_free(module->module_space); rt_free(module->module_space);
rt_object_delete((rt_object *)module); rt_object_delete((struct rt_object *)module);
} }
rt_module_t rt_module_find(char* name) rt_module_t rt_module_find(char* name)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册