fix format display

This commit is contained in:
tyustli 2019-06-24 16:05:32 +08:00
parent a559179e6f
commit 9efd293bb9
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Thread::Thread(void (*entry)(void *p),
Thread::~Thread()
{
rt_event_detach(&_event);
rt_event_detach(&_event);
rt_thread_delete(_thread);
}