mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-07 18:02:15 +08:00
fix compile error
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@667 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -385,7 +385,7 @@ void rt_module_unload(struct rt_module* module)
|
||||
|
||||
/* release module memory */
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user