提交 9efd293b 编写于 作者: T tyustli

fix format display

上级 a559179e
......@@ -46,7 +46,7 @@ Thread::Thread(void (*entry)(void *p),
Thread::~Thread()
{
rt_event_detach(&_event);
rt_event_detach(&_event);
rt_thread_delete(_thread);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册