Uncrustify: triggered by comment.

This commit is contained in:
GitHub Action 2024-01-25 20:50:36 +00:00
parent 2869514910
commit e4784d1e7f
2 changed files with 34 additions and 34 deletions

View file

@ -995,7 +995,7 @@ size_t xStreamBufferReceive( StreamBufferHandle_t xStreamBuffer,
}
else if( ( pxStreamBuffer->ucFlags & sbFLAGS_IS_BLOCKING_BUFFER ) != ( uint8_t ) 0 )
{
// force task to block if the buffer contains less bytes than trigger level
/* force task to block if the buffer contains less bytes than trigger level */
xBytesToStoreMessageLength = pxStreamBuffer->xTriggerLevelBytes;
}
else