From 0114318da64fa434f092f9f7a2adc032af50b326 Mon Sep 17 00:00:00 2001 From: "Alan C. Assis" Date: Sun, 30 May 2021 11:20:10 -0300 Subject: [PATCH] Doc: Improve documentation to make clear about the priorities --- Documentation/reference/user/02_task_scheduling.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/reference/user/02_task_scheduling.rst b/Documentation/reference/user/02_task_scheduling.rst index c24b2dcce46..ece54ac852b 100644 --- a/Documentation/reference/user/02_task_scheduling.rst +++ b/Documentation/reference/user/02_task_scheduling.rst @@ -54,7 +54,8 @@ Functions **POSIX Compatibility:** Comparable to the POSIX interface of the same name. Differences from the full POSIX implementation include: - - The range of priority values for the POSIX call is 0 to 255. + - The range of priority values for the POSIX call is 0 to 255. The + priority 0 is the lowest priority and 255 is the highest priority. .. note:: Setting a task's priority to the same value has the similar effect to ``sched_yield()``: The task will be moved to after all other tasks