mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 19:44:24 +08:00
convert dos endline to unix endline; cleanup schedule code for STM32
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@49 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ void rt_system_object_init(void)
|
||||
rt_object_container[RT_Object_Class_Thread].object_size = sizeof(struct rt_thread);
|
||||
rt_object_container[RT_Object_Class_Thread].type = RT_Object_Class_Thread;
|
||||
|
||||
#ifdef RT_USING_MODULE
|
||||
#ifdef RT_USING_MODULE
|
||||
/* init object container - module */
|
||||
rt_list_init(&(rt_object_container[RT_Object_Class_Module].object_list));
|
||||
rt_object_container[RT_Object_Class_Module].object_size = sizeof(struct rt_module);
|
||||
|
||||
Reference in New Issue
Block a user