Skip to content

Commit 0d6232f

Browse files
KurngsyCopilot
andauthored
Update src/thread.c
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent daf3b4e commit 0d6232f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ rt_err_t rt_thread_suspend_to_list(rt_thread_t thread, rt_list_t *susp_list, int
974974
return -RT_ERROR;
975975
}
976976

977-
if(stat == RT_THREAD_RUNNING)
977+
if (stat == RT_THREAD_RUNNING)
978978
{
979979
RT_ASSERT(thread == rt_thread_self());
980980
}

0 commit comments

Comments
 (0)