You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
listFIRST_LIST_INTEGRITY_CHECK_VALUE/**< Set to a known value if configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES is set to 1. */
175
-
volatileUBaseType_tuxNumberOfItems;
175
+
configLIST_VOLATILEUBaseType_tuxNumberOfItems;
176
176
ListItem_t*configLIST_VOLATILEpxIndex; /**< Used to walk through the list. Points to the last item returned by a call to listGET_OWNER_OF_NEXT_ENTRY (). */
177
177
MiniListItem_txListEnd; /**< List item that contains the maximum possible item value meaning it is always at the end of the list and is therefore used as a marker. */
178
178
listSECOND_LIST_INTEGRITY_CHECK_VALUE/**< Set to a known value if configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES is set to 1. */
0 commit comments