[kernel][注释] 明确rt_schedule的调度时刻

This commit is contained in:
Meco Man 2021-05-29 19:10:48 +08:00
parent 06927af8f1
commit 2e11562772
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ __exit:
#else #else
/** /**
* This function will perform one schedule. It will select one thread * This function will perform one schedule. It will select one thread
* with the highest priority level, then switch to it. * with the highest priority level, and switch to it immediately.
*/ */
void rt_schedule(void) void rt_schedule(void)
{ {