Fix an error in the simulator version of up_unblock_task()
This commit is contained in:
parent
ad611e2cca
commit
be5b79875f
@ -83,10 +83,6 @@ void up_unblock_task(FAR struct tcb_s *tcb)
|
|||||||
|
|
||||||
sched_removeblocked(tcb);
|
sched_removeblocked(tcb);
|
||||||
|
|
||||||
/* Reset scheduler parameters */
|
|
||||||
|
|
||||||
sched_resume_scheduler(tcb);
|
|
||||||
|
|
||||||
/* Add the task in the correct location in the prioritized
|
/* Add the task in the correct location in the prioritized
|
||||||
* ready-to-run task list
|
* ready-to-run task list
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user