]> begriffs open source - freertos/commit
Replace xTaskIsTaskSuspended() call with eTaskGetState() call in IntQueue.c as the...
authorRichard Barry <ribarry@amazon.com>
Tue, 11 Feb 2014 11:38:33 +0000 (11:38 +0000)
committerRichard Barry <ribarry@amazon.com>
Tue, 11 Feb 2014 11:38:33 +0000 (11:38 +0000)
commitc6d8892b0da61dd3c43191039ba13838ac4f1820
tree181e403def11b523370d507627ec50575226fb50
parent4f01401c008e6631d0f46245b624b4672e92961c
Replace xTaskIsTaskSuspended() call with eTaskGetState() call in IntQueue.c as the former is now a private function.
FreeRTOS/Demo/Common/Minimal/IntQueue.c