]> git.sur5r.net Git - freertos/commit
Added code to allow a vTaskPrioritySet() caller to pass in the current TCB as well...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 1 May 2008 17:15:36 +0000 (17:15 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 1 May 2008 17:15:36 +0000 (17:15 +0000)
commit6a55b4faa1931ecc383b091c110306e072edcf22
tree4e4b2f2a16105a18f8b3a00d0ef0ed9dce1405d5
parent81b56a8212c9818b7cb47cc89ad2291fb418d278
Added code to allow a vTaskPrioritySet() caller to pass in the current TCB as well as NULL to indicate that the priority of the calling task is being changed.

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