[rtems-docs commit] c-user: Clarify CONFIGURE_TICKS_PER_TIMESLICE

Sebastian Huber sebh at rtems.org
Thu Mar 21 07:08:39 UTC 2024


Module:    rtems-docs
Branch:    master
Commit:    150c2e8b551e1cff3bcc914c02c6faea4cfbf395
Changeset: http://git.rtems.org/rtems-docs/commit/?id=150c2e8b551e1cff3bcc914c02c6faea4cfbf395

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Mar 20 08:23:39 2024 +0100

c-user: Clarify CONFIGURE_TICKS_PER_TIMESLICE

Close #4986.

---

 c-user/config/general.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c-user/config/general.rst b/c-user/config/general.rst
index 5ff79e7..61bfa1e 100644
--- a/c-user/config/general.rst
+++ b/c-user/config/general.rst
@@ -1017,7 +1017,7 @@ configured, see :ref:`CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER`.
 
 The following constraints apply to this configuration option:
 
-* The value of the configuration option shall be greater than or equal to zero.
+* The value of the configuration option shall be greater than or equal to one.
 
 * The value of the configuration option shall be less than or equal to
   `UINT32_MAX <https://en.cppreference.com/w/c/types/integer>`_.



More information about the vc mailing list