mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-01 08:54:14 -04:00
Linting.
This commit is contained in:
parent
a2089bbcf6
commit
0f6b699eef
3 changed files with 7 additions and 7 deletions
|
@ -321,8 +321,8 @@ BlockLink_t *pxLink;
|
|||
{
|
||||
/* Add this block to the list of free blocks. */
|
||||
xFreeBytesRemaining += pxLink->xBlockSize;
|
||||
prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) );
|
||||
traceFREE( pv, pxLink->xBlockSize );
|
||||
prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) );
|
||||
}
|
||||
xTaskResumeAll();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue