summaryrefslogtreecommitdiffstats
path: root/cpukit/doxygen
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2024-04-17 10:17:15 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2024-04-17 11:22:57 +0200
commitb83eb5dec947e01efb67a28242b0ce8cfee811f3 (patch)
tree5f52c4a47996baf632457f25149971b555b9e344 /cpukit/doxygen
parentbsp/qoriq: Include missing processormaskimpl.h (diff)
downloadrtems-b83eb5dec947e01efb67a28242b0ce8cfee811f3.tar.bz2
doxygen: Fix constraints
Somehow the constraints for CONFIGURE_TICKS_PER_TIMESLICE and CONFIGURE_EXTRA_MPCI_RECEIVE_SERVER_STACK got mixed up. Update #4986.
Diffstat (limited to 'cpukit/doxygen')
-rw-r--r--cpukit/doxygen/appl-config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/doxygen/appl-config.h b/cpukit/doxygen/appl-config.h
index 81150af066..de93acbaa7 100644
--- a/cpukit/doxygen/appl-config.h
+++ b/cpukit/doxygen/appl-config.h
@@ -3312,7 +3312,8 @@
* @parblock
* 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
* 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 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
* href="https://en.cppreference.com/w/c/types/integer">UINT32_MAX</a>.