mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-07-30 17:54:45 +00:00
Rename listLIST_ITEM_CONTAINED to listLIST_ITEM_CONTAINER.
This commit is contained in:
@@ -818,7 +818,7 @@ tskTCB * pxNewTCB;
|
||||
{
|
||||
taskENTER_CRITICAL();
|
||||
{
|
||||
pxStateList = ( xList * ) listLIST_ITEM_CONTAINED( &( pxTCB->xGenericListItem ) );
|
||||
pxStateList = ( xList * ) listLIST_ITEM_CONTAINER( &( pxTCB->xGenericListItem ) );
|
||||
}
|
||||
taskEXIT_CRITICAL();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user