mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-05-12 11:42:57 -04:00
fix: Correct example type and timeout
This commit is contained in:
parent
b6499d9caa
commit
54bda71ea3
1 changed files with 1 additions and 1 deletions
|
|
@ -1218,7 +1218,7 @@ UBaseType_t uxStreamBufferGetStreamBufferNotificationIndex( StreamBufferHandle_t
|
||||||
* stream_buffer.h
|
* stream_buffer.h
|
||||||
*
|
*
|
||||||
* @code{c}
|
* @code{c}
|
||||||
* void vStreamBufferSetStreamBufferNotificationIndex ( StreamBuffer_t xStreamBuffer, UBaseType_t uxNotificationIndex );
|
* void vStreamBufferSetStreamBufferNotificationIndex ( StreamBufferHandle_t xStreamBuffer, UBaseType_t uxNotificationIndex );
|
||||||
* @endcode
|
* @endcode
|
||||||
*
|
*
|
||||||
* Set the task notification index used for the supplied stream buffer.
|
* Set the task notification index used for the supplied stream buffer.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue