提交 a2055ef6 编写于 作者: M mbbill

FIX: #endif out of position.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@959 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 09c3fdc0
...@@ -122,10 +122,11 @@ void rt_thread_idle_excute(void) ...@@ -122,10 +122,11 @@ void rt_thread_idle_excute(void)
/* unload module */ /* unload module */
rt_module_unload(module); rt_module_unload(module);
} }
} }
#endif //RT_USING_MODULE
} }
#endif
#endif #endif //RT_USING_HEAP
} }
static void rt_thread_idle_entry(void* parameter) static void rt_thread_idle_entry(void* parameter)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册