From 54bda71ea36c122079049eeb944c7e186d95904d Mon Sep 17 00:00:00 2001 From: "1294644079@qq.com" <1294644079@qq.com> Date: Sat, 18 Apr 2026 22:19:13 +0800 Subject: [PATCH] fix: Correct example type and timeout --- include/stream_buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/stream_buffer.h b/include/stream_buffer.h index b0093fc80..8a5034255 100644 --- a/include/stream_buffer.h +++ b/include/stream_buffer.h @@ -1218,7 +1218,7 @@ UBaseType_t uxStreamBufferGetStreamBufferNotificationIndex( StreamBufferHandle_t * stream_buffer.h * * @code{c} - * void vStreamBufferSetStreamBufferNotificationIndex ( StreamBuffer_t xStreamBuffer, UBaseType_t uxNotificationIndex ); + * void vStreamBufferSetStreamBufferNotificationIndex ( StreamBufferHandle_t xStreamBuffer, UBaseType_t uxNotificationIndex ); * @endcode * * Set the task notification index used for the supplied stream buffer.