mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
doxygen: Fix constraints
Somehow the constraints for CONFIGURE_TICKS_PER_TIMESLICE and CONFIGURE_EXTRA_MPCI_RECEIVE_SERVER_STACK got mixed up. Update #4986.
This commit is contained in:
committed by
Amar Takhar
parent
b191af1619
commit
ae00fcabed
@@ -3312,7 +3312,8 @@
|
|||||||
* @parblock
|
* @parblock
|
||||||
* The following constraints apply to this configuration option:
|
* The following constraints apply to this configuration option:
|
||||||
*
|
*
|
||||||
* * The value of the configuration option shall be greater than 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 <a
|
* * The value of the configuration option shall be less than or equal to <a
|
||||||
* href="https://en.cppreference.com/w/c/types/integer">UINT32_MAX</a>.
|
* href="https://en.cppreference.com/w/c/types/integer">UINT32_MAX</a>.
|
||||||
@@ -3685,7 +3686,7 @@
|
|||||||
* The following constraints apply to this configuration option:
|
* The following constraints apply to this configuration option:
|
||||||
*
|
*
|
||||||
* * The value of the configuration option shall be greater than or equal to
|
* * The value of the configuration option shall be greater than or equal to
|
||||||
* one.
|
* zero.
|
||||||
*
|
*
|
||||||
* * The value of the configuration option shall be less than or equal to <a
|
* * The value of the configuration option shall be less than or equal to <a
|
||||||
* href="https://en.cppreference.com/w/c/types/integer">UINT32_MAX</a>.
|
* href="https://en.cppreference.com/w/c/types/integer">UINT32_MAX</a>.
|
||||||
|
|||||||
Reference in New Issue
Block a user