summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c-user/scheduling_concepts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/c-user/scheduling_concepts.rst b/c-user/scheduling_concepts.rst
index f43b588..0c157d1 100644
--- a/c-user/scheduling_concepts.rst
+++ b/c-user/scheduling_concepts.rst
@@ -271,7 +271,7 @@ Simple Priority SMP Scheduler
A fixed-priority scheduler which uses a sorted chain for the ready tasks. By
convention, the maximum priority level is 255. The implementation limit is
-actually :math:`2^{64} - 1`.
+actually :math:`2^{63} - 1`.
.. _SchedulerSMPPriorityAffinity: