Skip to content

Commit b0fb809

Browse files
committed
手动微调
1 parent ffdb2ca commit b0fb809

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scheduler_up.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,8 @@ void rt_schedule(void)
310310
LOG_D("[%d]switch to priority#%d "
311311
"thread:%.*s(sp:0x%08x), "
312312
"from thread:%.*s(sp: 0x%08x)",
313-
rt_interrupt_nest, highest_ready_priority, RT_NAME_MAX, to_thread->parent.name, to_thread->sp,
313+
rt_interrupt_nest, highest_ready_priority,
314+
RT_NAME_MAX, to_thread->parent.name, to_thread->sp,
314315
RT_NAME_MAX, from_thread->parent.name, from_thread->sp);
315316

316317
RT_SCHEDULER_STACK_CHECK(to_thread);

0 commit comments

Comments
 (0)