mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-25 18:57:01 +08:00
Update test comments
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> (cherry picked from commit 44c66f1df24c9f9a26f218de1b6c1dd816f12a8b)
This commit is contained in:

committed by
Paul Bartell

parent
5c7f33fbfb
commit
308739464b
@ -628,7 +628,8 @@ void test_xStreamBufferSend_more_than_buffer_size( void )
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Sending zero bytes to stream buffer should fail assertion.
|
||||
* @brief Sending zero bytes to stream buffer should return write nothing to the
|
||||
* buffer and return 0.
|
||||
*/
|
||||
void test_xStreamBufferSend_zero_bytes( void )
|
||||
{
|
||||
|
Reference in New Issue
Block a user