]> begriffs open source - freertos/commit
Replace the need for taskCHECK_READY_LIST() by instead making vListRemove() return...
authorRichard Barry <ribarry@amazon.com>
Mon, 24 Sep 2012 12:05:35 +0000 (12:05 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 24 Sep 2012 12:05:35 +0000 (12:05 +0000)
commit42a11edef8f87593bd5ab84cb12d1b0417b3bd96
tree526a37348c9b6b7914ab7c6fc58d38861e23ad28
parent18a4b00a185db56eb2dd066ea9da2978d7cccf99
Replace the need for taskCHECK_READY_LIST() by instead making vListRemove() return the number of items that remain in the list once the list item has been removed.
FreeRTOS/Source/croutine.c
FreeRTOS/Source/include/list.h
FreeRTOS/Source/list.c
FreeRTOS/Source/tasks.c
FreeRTOS/Source/timers.c