kernel: fix documentation on K_THREAD_DEFINE delay

The parameter is integral milliseconds; K_NO_WAIT is not an acceptable
value to indicate no delay.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-04-20 08:55:20 -05:00 committed by Carles Cufí
commit 73c387c6f4

View file

@ -1124,7 +1124,7 @@ struct _static_thread_data {
* @param p3 3rd entry point parameter. * @param p3 3rd entry point parameter.
* @param prio Thread priority. * @param prio Thread priority.
* @param options Thread options. * @param options Thread options.
* @param delay Scheduling delay (in milliseconds), or K_NO_WAIT (for no delay). * @param delay Scheduling delay (in milliseconds), zero for no delay.
* *
* *
* @internal It has been observed that the x86 compiler by default aligns * @internal It has been observed that the x86 compiler by default aligns