[rtems-central commit] spec: Fix CONFIGURE_TICKS_PER_TIMESLICE constraint

Sebastian Huber sebh at rtems.org
Thu Mar 21 10:56:06 UTC 2024


Module:    rtems-central
Branch:    master
Commit:    f5e42e5d9fae95e50f41a2ed71ee94e9908612c0
Changeset: http://git.rtems.org/rtems-central/commit/?id=f5e42e5d9fae95e50f41a2ed71ee94e9908612c0

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Mar 21 11:55:22 2024 +0100

spec: Fix CONFIGURE_TICKS_PER_TIMESLICE constraint

Update #4986.

---

 spec/acfg/if/ticks-per-time-slice.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/acfg/if/ticks-per-time-slice.yml b/spec/acfg/if/ticks-per-time-slice.yml
index 54671d64..3605d04e 100644
--- a/spec/acfg/if/ticks-per-time-slice.yml
+++ b/spec/acfg/if/ticks-per-time-slice.yml
@@ -16,7 +16,7 @@ links:
 - role: interface-ingroup
   uid: group-general
 - role: constraint
-  uid: ../constraint/min-zero
+  uid: ../constraint/min-one
 - role: constraint
   uid: ../constraint/max-uint32
 name: CONFIGURE_TICKS_PER_TIMESLICE



More information about the vc mailing list