forked from Imagelibrary/rtems
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.
This commit is contained in:
@@ -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>.
|
||||
|
||||
Reference in New Issue
Block a user