Function pros_sys::rtos::task_get_priority
source · pub unsafe extern "C" fn task_get_priority(task: task_t) -> u32Expand description
Gets the priority of the specified task.
\param task The task to check
\return The priority of the task