This method terminates the current task.
void RiCOSTask_endMyTask (void * t);
t
The current task
void RiCOSTask_endMyTask(void *hThread) { taskDeleteForce((int)hThread); /* Force because this is probably waiting on something */ }