include: kernel: Fix use of K_POLL_MODE_INFORM_ONLY in docstring
K_POLL_MODE_INFORM_ONLY was renamed to K_POLL_MODE_NOTIFY_ONLY, but stale use was in a docstring. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
parent
b1e7481763
commit
cfef979363
1 changed files with 1 additions and 1 deletions
|
@ -3646,7 +3646,7 @@ struct k_poll_event {
|
|||
* values. Only values that apply to the same object being polled
|
||||
* can be used together. Choosing K_POLL_TYPE_IGNORE disables the
|
||||
* event.
|
||||
* @param mode Future. Use K_POLL_MODE_INFORM_ONLY.
|
||||
* @param mode Future. Use K_POLL_MODE_NOTIFY_ONLY.
|
||||
* @param obj Kernel object or poll signal.
|
||||
*
|
||||
* @return N/A
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue