mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-10 16:17:44 -04:00
Uncrustify: triggered by comment.
This commit is contained in:
parent
2869514910
commit
e4784d1e7f
2 changed files with 34 additions and 34 deletions
|
@ -993,9 +993,9 @@ size_t xStreamBufferReceive( StreamBufferHandle_t xStreamBuffer,
|
|||
{
|
||||
xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH;
|
||||
}
|
||||
else if( ( pxStreamBuffer->ucFlags & sbFLAGS_IS_BLOCKING_BUFFER) != ( uint8_t ) 0 )
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue