Commit 1dbc776
[Fix] Reset correct priority on disinherit timeout (#1338)
This commit corrects vTaskPriorityDisinheritAfterTimeout
to reset the previously inherited priority when the task
disiheriting timeout was the only task at that priority.
Without this change the ready list for the inherited
priority will remain set when no task is ready at that priority.
This can have consequences later as the ready priority flags are
assumed to be accurate.
Co-authored-by: Gaurav-Aggarwal-AWS <[email protected]>1 parent 26f9a2f commit 1dbc776
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6916 | 6916 | | |
6917 | 6917 | | |
6918 | 6918 | | |
6919 | | - | |
| 6919 | + | |
6920 | 6920 | | |
6921 | 6921 | | |
6922 | 6922 | | |
| |||
0 commit comments