]> git.sur5r.net Git - freertos/commit
Replace xTaskIsTaskSuspended() call with eTaskGetState() call in IntQueue.c as the...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 11 Feb 2014 11:38:33 +0000 (11:38 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 11 Feb 2014 11:38:33 +0000 (11:38 +0000)
commitb64f63efd1feb40e0ee2d41e041dacc305a7ad82
tree181e403def11b523370d507627ec50575226fb50
parent1fcd6afe0a56aadf38ef501ebb8820370e15a455
Replace xTaskIsTaskSuspended() call with eTaskGetState() call in IntQueue.c as the former is now a private function.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2201 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Demo/Common/Minimal/IntQueue.c