format thread_tc.c

This commit is contained in:
mazhiyuan 2021-10-11 13:55:17 +08:00
parent c3465dfab7
commit 3aab8c54ca
1 changed files with 42 additions and 41 deletions

View File

@ -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;