Skip to content

Commit 4a6b1ce

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

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
@@ -954,7 +954,7 @@ rt_err_t rt_thread_suspend_to_list(rt_thread_t thread, rt_list_t *susp_list, int
954954
if (RT_SCHED_CTX(thread).sched_flag_ttmr_set == 1)
955955
{
956956
/* The new suspend operation will halt the tick timer. */
957-
LOG_D("Thread [%s]'s timer has been halted.\n", thread->parent.name);
957+
LOG_D("Thread [%s]'s timer has been halted.", thread->parent.name);
958958
rt_sched_thread_timer_stop(thread);
959959

960960
}

0 commit comments

Comments
 (0)