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:
parent
df4fdeed97
commit
73c387c6f4
1 changed files with 1 additions and 1 deletions
|
@ -1124,7 +1124,7 @@ struct _static_thread_data {
|
|||
* @param p3 3rd entry point parameter.
|
||||
* @param prio Thread priority.
|
||||
* @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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue