]> git.sur5r.net Git - freertos/commit
Bug fix: The 'value' of the event list item is updated when the priority of a task...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 3 Jul 2006 19:34:28 +0000 (19:34 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 3 Jul 2006 19:34:28 +0000 (19:34 +0000)
commitef18df607158ac0835183fb98050863d880df8b4
tree92fbec0a08d511348832260e5c5a2edeae2c50eb
parente99d1aec1b65f6fa786ef739c09c059072139b40
Bug fix:  The 'value' of the event list item is updated when the priority of a task is changed.  Previously only the priority of the TCB itself was changed.

When resuming a task a check is first made to see if the task is actually suspended.

vTaskPrioritySet() and vTaskResume() no longer use the event list item.  This has not been necessary since V4.0.1 when the xMissedYield handling was added.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@18 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Source/tasks.c