@@ -737,7 +737,7 @@ typedef void * MessageBufferHandle_t;
737
737
* message_buffer.h
738
738
*
739
739
* <pre>
740
- * BaseType_t xMessageBufferSendCompletedFromISR( MessageBufferHandle_t xStreamBuffer , BaseType_t *pxHigherPriorityTaskWoken );
740
+ * BaseType_t xMessageBufferSendCompletedFromISR( MessageBufferHandle_t xMessageBuffer , BaseType_t *pxHigherPriorityTaskWoken );
741
741
* </pre>
742
742
*
743
743
* For advanced users only.
@@ -753,7 +753,7 @@ typedef void * MessageBufferHandle_t;
753
753
* See the example implemented in FreeRTOS/Demo/Minimal/MessageBufferAMP.c for
754
754
* additional information.
755
755
*
756
- * @param xStreamBuffer The handle of the stream buffer to which data was
756
+ * @param xMessageBuffer The handle of the stream buffer to which data was
757
757
* written.
758
758
*
759
759
* @param pxHigherPriorityTaskWoken *pxHigherPriorityTaskWoken should be
@@ -777,7 +777,7 @@ typedef void * MessageBufferHandle_t;
777
777
* message_buffer.h
778
778
*
779
779
* <pre>
780
- * BaseType_t xMessageBufferReceiveCompletedFromISR( MessageBufferHandle_t xStreamBuffer , BaseType_t *pxHigherPriorityTaskWoken );
780
+ * BaseType_t xMessageBufferReceiveCompletedFromISR( MessageBufferHandle_t xMessageBuffer , BaseType_t *pxHigherPriorityTaskWoken );
781
781
* </pre>
782
782
*
783
783
* For advanced users only.
@@ -794,7 +794,7 @@ typedef void * MessageBufferHandle_t;
794
794
* See the example implemented in FreeRTOS/Demo/Minimal/MessageBufferAMP.c for
795
795
* additional information.
796
796
*
797
- * @param xStreamBuffer The handle of the stream buffer from which data was
797
+ * @param xMessageBuffer The handle of the stream buffer from which data was
798
798
* read.
799
799
*
800
800
* @param pxHigherPriorityTaskWoken *pxHigherPriorityTaskWoken should be
0 commit comments