c-user: Clarify CONFIGURE_TICKS_PER_TIMESLICE

Close #4986.
This commit is contained in:
Sebastian Huber
2024-03-20 08:23:39 +01:00
parent 24cce927ed
commit 150c2e8b55

View File

@@ -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>`_.