Skip to content

Commit c2fc9a7

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/thread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ rt_err_t rt_thread_suspend_to_list(rt_thread_t thread, rt_list_t *susp_list, int
943943
RT_ASSERT(thread != RT_NULL);
944944
RT_ASSERT(rt_object_get_type((rt_object_t)thread) == RT_Object_Class_Thread);
945945

946-
LOG_D("thread suspend: %s", thread->parent.name);
946+
LOG_D("thread suspend: %s", thread->parent.name);
947947

948948
rt_sched_lock(&slvl);
949949

0 commit comments

Comments
 (0)