summaryrefslogtreecommitdiffstats
path: root/c-user/config
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2024-03-20 08:23:39 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2024-03-20 08:23:39 +0100
commit150c2e8b551e1cff3bcc914c02c6faea4cfbf395 (patch)
treeba2005a0f9a15de971b5a66b71452b56c8b0a219 /c-user/config
parentuser/zynqmp-rpu: Update boot suggestion (diff)
downloadrtems-docs-150c2e8b551e1cff3bcc914c02c6faea4cfbf395.tar.bz2
c-user: Clarify CONFIGURE_TICKS_PER_TIMESLICE
Close #4986.
Diffstat (limited to 'c-user/config')
-rw-r--r--c-user/config/general.rst2
1 files changed, 1 insertions, 1 deletions
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>`_.