mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-09 05:05:17 -05:00
Update test comments
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> (cherry picked from commit 44c66f1df24c9f9a26f218de1b6c1dd816f12a8b)
This commit is contained in:
parent
5c7f33fbfb
commit
308739464b
1 changed files with 2 additions and 1 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue