提交 b08c0048 编写于 作者: B bernard.xiong

remove fast_event command.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@204 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 4b566d52
......@@ -127,27 +127,6 @@ int list_sem()
FINSH_FUNCTION_EXPORT(list_sem, list semaphone in system)
#endif
#ifdef RT_USING_FASTEVENT
int list_fevent()
{
struct rt_fast_event *e;
struct rt_list_node *list, *node;
list = &rt_object_container[RT_Object_Class_FastEvent].object_list;
rt_kprintf("fevent set \n");
rt_kprintf("-------- ----------\n");
for (node = list->next; node != list; node = node->next)
{
e = (struct rt_fast_event*)(rt_list_entry(node, struct rt_object, list));
rt_kprintf("%-8s 0x%08x\n", e->parent.name, e->set);
}
return 0;
}
FINSH_FUNCTION_EXPORT(list_fevent, list fast event in system)
#endif
#ifdef RT_USING_EVENT
int list_event()
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册