summaryrefslogtreecommitdiffstats
path: root/cpukit/doxygen
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2024-03-20 08:12:38 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2024-03-20 10:52:16 +0100
commitd62f299b3452329efc121bd546e1bc9cf2bf8af9 (patch)
tree8457f5d29f4d887832558d5eaff697f58fa59701 /cpukit/doxygen
parentscore: Include missing header file (diff)
downloadrtems-d62f299b3452329efc121bd546e1bc9cf2bf8af9.tar.bz2
Do not define CONFIGURE_TICKS_PER_TIMESLICE to 0
Unconditionally make a CONFIGURE_TICKS_PER_TIMESLICE value less than or equal to zero an error. Update #4986.
Diffstat (limited to 'cpukit/doxygen')
-rw-r--r--cpukit/doxygen/appl-config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/doxygen/appl-config.h b/cpukit/doxygen/appl-config.h
index 77c89dabf3..81150af066 100644
--- a/cpukit/doxygen/appl-config.h
+++ b/cpukit/doxygen/appl-config.h
@@ -3685,7 +3685,7 @@
* The following constraints apply to this configuration option:
*
* * The value of the configuration option shall be greater than or equal to
- * zero.
+ * 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>.