summaryrefslogtreecommitdiff
path: root/include/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/task.h')
-rw-r--r--include/task.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/task.h b/include/task.h
index bf1ee39dc8..cb6ddfa9ba 100644
--- a/include/task.h
+++ b/include/task.h
@@ -142,9 +142,6 @@ void set_int_mask(uint32_t val);
*
* @param tskid Task to set event for
* @param event Event bitmap to set (TASK_EVENT_*)
- * @param wait If non-zero, after setting the event, de-schedule the
- * calling task to wait for a response event. Ignored in
- * interrupt context.
* @return The bitmap of events which occurred if wait!=0, else 0.
*/
uint32_t task_set_event(task_id_t tskid, uint32_t event);