mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 09:08:25 +00:00
update module
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1097 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -316,7 +316,7 @@ void *rt_module_realloc(void *ptr, rt_size_t size);
|
||||
void rt_module_free(rt_module_t module, void *addr);
|
||||
rt_module_t rt_module_self (void);
|
||||
rt_err_t rt_module_set (rt_module_t module);
|
||||
rt_module_t rt_module_find(char* name);
|
||||
rt_module_t rt_module_find(const char* name);
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user