mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Fix an error in the simulator version of up_unblock_task()
This commit is contained in:
@@ -83,10 +83,6 @@ void up_unblock_task(FAR struct tcb_s *tcb)
|
||||
|
||||
sched_removeblocked(tcb);
|
||||
|
||||
/* Reset scheduler parameters */
|
||||
|
||||
sched_resume_scheduler(tcb);
|
||||
|
||||
/* Add the task in the correct location in the prioritized
|
||||
* ready-to-run task list
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user