mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-11-16 12:34:33 +00:00
module developing
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@666 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -361,6 +361,10 @@ struct rt_thread
|
||||
};
|
||||
/*@}*/
|
||||
|
||||
/* module clean types */
|
||||
#define RT_MODULE_FLAG_AUTO_CLEAN 0x01 /* auto clean */
|
||||
#define RT_MODULE_FLAG_MANUAL_CLEAN 0x02 /* manual clean */
|
||||
|
||||
#ifdef RT_USING_MODULE
|
||||
struct rt_module
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user