mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-18 18:57:46 -04:00
Release candidate - this will be tagged as FreeRTOS V8.2.0rc1 and a zip file provided.
Minor lint changes.
This commit is contained in:
parent
5dd77c7aeb
commit
271393b7d9
6 changed files with 69 additions and 87 deletions
|
@ -134,8 +134,8 @@ void vListInitialiseItem( ListItem_t * const pxItem )
|
|||
|
||||
/* Write known values into the list item if
|
||||
configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES is set to 1. */
|
||||
listSET_LIST_ITEM_INTEGRITY_CHECK_1_VALUE( pxItem );
|
||||
listSET_LIST_ITEM_INTEGRITY_CHECK_2_VALUE( pxItem );
|
||||
listSET_FIRST_LIST_ITEM_INTEGRITY_CHECK_VALUE( pxItem );
|
||||
listSET_SECOND_LIST_ITEM_INTEGRITY_CHECK_VALUE( pxItem );
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue