]> git.sur5r.net Git - freertos/commit
Removed const from xTaskResumeFromISR() and xTaskResume() local variables as it upset...
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 28 Jul 2007 18:35:03 +0000 (18:35 +0000)
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 28 Jul 2007 18:35:03 +0000 (18:35 +0000)
commit6e24cdc306585ec77aa1cf2538626c45b8feb00c
tree723fc8eafc10ce71a57fb2c9eab71a27d6379914
parentf9ed98af699a56ddc99d146feb5782fe3782a81b
Removed const from xTaskResumeFromISR() and xTaskResume() local variables as it upsets the call to the list function.

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