File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3499,9 +3499,9 @@ extern int k_work_schedule(struct k_work_delayable *dwork,
34993499/** @brief Reschedule a work item to a queue after a delay.
35003500 *
35013501 * Unlike k_work_schedule_for_queue() this function can change the deadline of
3502- * a scheduled work item, and will schedule a work item that isn't idle
3503- * (e.g. is submitted or running). This function does not affect ("unsubmit")
3504- * a work item that has been submitted to a queue.
3502+ * a scheduled work item, and will schedule a work item that is in any state
3503+ * (e.g. is idle, submitted, or running). This function does not affect
3504+ * ("unsubmit") a work item that has been submitted to a queue.
35053505 *
35063506 * @funcprops \isr_ok
35073507 *
You can’t perform that action at this time.
0 commit comments