<div dir="ltr">ping<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 18 Feb 2024 at 21:15, <<a href="mailto:zakthertemsdev@gmail.com">zakthertemsdev@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">---<br>
 cpukit/doxygen/appl-config.h          | 2 +-<br>
 cpukit/include/rtems/confdefs/clock.h | 6 ++++++<br>
 2 files changed, 7 insertions(+), 1 deletion(-)<br>
<br>
diff --git a/cpukit/doxygen/appl-config.h b/cpukit/doxygen/appl-config.h<br>
index bd7cde628f..d480eb3971 100644<br>
--- a/cpukit/doxygen/appl-config.h<br>
+++ b/cpukit/doxygen/appl-config.h<br>
@@ -3312,7 +3312,7 @@<br>
  * @parblock<br>
  * The following constraints apply to this configuration option:<br>
  *<br>
- * * The value of the configuration option shall be greater than or equal to<br>
+ * * The value of the configuration option shall be greater than <br>
  *   zero.<br>
  *<br>
  * * The value of the configuration option shall be less than or equal to <a<br>
diff --git a/cpukit/include/rtems/confdefs/clock.h b/cpukit/include/rtems/confdefs/clock.h<br>
index 26519cc70b..f4c4575057 100644<br>
--- a/cpukit/include/rtems/confdefs/clock.h<br>
+++ b/cpukit/include/rtems/confdefs/clock.h<br>
@@ -74,6 +74,12 @@<br>
   #error "CONFIGURE_MICROSECONDS_PER_TICK must be positive"<br>
 #endif<br>
<br>
+#if defined(CONFIGURE_TICKS_PER_TIMESLICE)<br>
+  #if CONFIGURE_TICKS_PER_TIMESLICE <= 0 <br>
+    #error "CONFIGURE_TICKS_PER_TIMESLICE shall be greater than zero"<br>
+  #endif <br>
+#endif<br>
+<br>
 #ifdef __cplusplus<br>
 extern "C" {<br>
 #endif<br>
-- <br>
2.43.0<br>
<br>
</blockquote></div>