mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-26 01:07:13 +00:00
Update stream buffer tests to try resetting a statically allocated stream buffer before deleting it (tests fix in code).
Update trace recorder library.
This commit is contained in:
@@ -644,6 +644,7 @@ BaseType_t xNonBlockingReceiveError = pdFALSE;
|
||||
string, but no data is written into the buffer so any valid address
|
||||
will do. */
|
||||
xTempStreamBuffer = xStreamBufferCreateStatic( sizeof( ucTempBuffer ), sbTRIGGER_LEVEL_1, ucTempBuffer, &xStaticStreamBuffer );
|
||||
xStreamBufferReset( xTempStreamBuffer );
|
||||
vStreamBufferDelete( xTempStreamBuffer );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user