Adding config assert back

This commit is contained in:
ravibhagavandas 2021-03-16 00:13:04 +00:00
parent f2bacaee2e
commit 3b88f2b055

View file

@ -301,6 +301,8 @@ static void prvInitialiseNewStreamBuffer( StreamBuffer_t * const pxStreamBuffer,
StreamBufferHandle_t xReturn;
uint8_t ucFlags;
configASSERT( pucStreamBufferStorageArea );
configASSERT( pxStaticStreamBuffer );
configASSERT( xTriggerLevelBytes <= xBufferSizeBytes );
/* A trigger level of 0 would cause a waiting task to unblock even when