<div dir="ltr">
<span class="gmail-im">> This file is generated from something in rtems-central. This was at the <br>
> top of the file:<br>
> <br>
>   * This file is part of the RTEMS quality process and was automatically<br>
>   * generated.  If you find something that needs to be fixed or<br>
>   * worded better please post a report or patch to an RTEMS mailing list<br>
<br></span>
<div>No, problem. I can fix this before I check in the patch.<span class="gmail-im"></span></div><br><div>re: this do you need me to change it to something? <br></div>

</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 14 Feb 2024 at 09:28, Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</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>
<br>
On 14.02.24 15:18, Joel Sherrill wrote:<br>
> I'm cc'ing Sebastian because you edited the text in a generated file. He <br>
> should be able to point us to the right place to fix it.<br>
> <br>
> On Mon, Feb 12, 2024 at 8:26 PM <<a href="mailto:zakthertemsdev@gmail.com" target="_blank">zakthertemsdev@gmail.com</a> <br>
> <mailto:<a href="mailto:zakthertemsdev@gmail.com" target="_blank">zakthertemsdev@gmail.com</a>>> wrote:<br>
> <br>
>     From: Zack leung <<a href="mailto:z.liang111@gmail.com" target="_blank">z.liang111@gmail.com</a> <mailto:<a href="mailto:z.liang111@gmail.com" target="_blank">z.liang111@gmail.com</a>>><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<br>
>     equal to<br>
>     + * * The value of the configuration option shall be greater than<br>
>        *   zero.<br>
> <br>
> <br>
> <br>
> This file is generated from something in rtems-central. This was at the <br>
> top of the file:<br>
> <br>
>   * This file is part of the RTEMS quality process and was automatically<br>
>   * generated.  If you find something that needs to be fixed or<br>
>   * worded better please post a report or patch to an RTEMS mailing list<br>
<br>
No, problem. I can fix this before I check in the patch.<br>
<br>
> <br>
>        *<br>
>        * * The value of the configuration option shall be less than or<br>
>     equal to <a<br>
>     diff --git a/cpukit/include/rtems/confdefs/clock.h<br>
>     b/cpukit/include/rtems/confdefs/clock.h<br>
>     index 26519cc70b..d0d7c453bc 100644<br>
>     --- a/cpukit/include/rtems/confdefs/clock.h<br>
>     +++ b/cpukit/include/rtems/confdefs/clock.h<br>
>     @@ -74,6 +74,10 @@<br>
>         #error "CONFIGURE_MICROSECONDS_PER_TICK must be positive"<br>
>       #endif<br>
> <br>
>     +#if CONFIGURE_TICKS_PER_TIMESLICE <= 0 &&<br>
>     defined(CONFIGURE_TICKS_PER_TIMESLICE)<br>
>     +  #error "CONFIGURE_TICKS_PER_TIMESLICE shall be greater than zero"<br>
>     +#endif<br>
>     +<br>
> <br>
> <br>
> This is modifying the right file but I think it is safer to check that <br>
> it is defined<br>
> before checking its value.<br>
<br>
Yes, the defined() check should be first.<br>
<br>
-- <br>
embedded brains GmbH & Co. KG<br>
Herr Sebastian HUBER<br>
Dornierstr. 4<br>
82178 Puchheim<br>
Germany<br>
email: <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a><br>
phone: +49-89-18 94 741 - 16<br>
fax:   +49-89-18 94 741 - 08<br>
<br>
Registergericht: Amtsgericht München<br>
Registernummer: HRB 157899<br>
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler<br>
Unsere Datenschutzerklärung finden Sie hier:<br>
<a href="https://embedded-brains.de/datenschutzerklaerung/" rel="noreferrer" target="_blank">https://embedded-brains.de/datenschutzerklaerung/</a><br>
</blockquote></div>