format thread_tc.c
This commit is contained in:
parent
c3465dfab7
commit
3aab8c54ca
|
@ -547,7 +547,8 @@ static void thread9_entry(void *parameter)
|
|||
}
|
||||
|
||||
}
|
||||
static void test_thread_suspend(void){
|
||||
static void test_thread_suspend(void)
|
||||
{
|
||||
static rt_thread_t tid;
|
||||
rt_err_t ret_startup = -RT_ERROR;
|
||||
uint32_t count_before_suspend, count_before_resume, count_after_resume;
|
||||
|
|
Loading…
Reference in New Issue