Function pros_sys::rtos::task_notify_clear
source · pub unsafe extern "C" fn task_notify_clear(task: task_t) -> boolExpand description
Clears the notification for a task.
See https://pros.cs.purdue.edu/v5/tutorials/topical/notifications.html for details.
\param task The task to clear
\return False if there was not a notification waiting, true if there was