Rename listLIST_ITEM_CONTAINED to listLIST_ITEM_CONTAINER.

This commit is contained in:
Richard Barry 2012-09-24 11:23:14 +00:00
parent 92f1699055
commit 18a4b00a18
2 changed files with 2 additions and 2 deletions

View file

@ -818,7 +818,7 @@ tskTCB * pxNewTCB;
{
taskENTER_CRITICAL();
{
pxStateList = ( xList * ) listLIST_ITEM_CONTAINED( &( pxTCB->xGenericListItem ) );
pxStateList = ( xList * ) listLIST_ITEM_CONTAINER( &( pxTCB->xGenericListItem ) );
}
taskEXIT_CRITICAL();