File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -767,9 +767,9 @@ typedef StreamBufferHandle_t MessageBufferHandle_t;
767
767
* contained.
768
768
*
769
769
* A message buffer can only be reset if there are no tasks blocked on it.
770
- *
770
+ *
771
771
* Use xMessageBufferReset() to reset a message buffer from a task.
772
- * Use xMessageBufferResetFromISR() to reset a maessage buffer from an
772
+ * Use xMessageBufferResetFromISR() to reset a message buffer from an
773
773
* interrupt service routine (ISR).
774
774
*
775
775
* configUSE_STREAM_BUFFERS must be set to 1 in for FreeRTOSConfig.h for
@@ -800,9 +800,9 @@ typedef StreamBufferHandle_t MessageBufferHandle_t;
800
800
* contained.
801
801
*
802
802
* A message buffer can only be reset if there are no tasks blocked on it.
803
- *
803
+ *
804
804
* Use xMessageBufferReset() to reset a message buffer from a task.
805
- * Use xMessageBufferResetFromISR() to reset a maessage buffer from an
805
+ * Use xMessageBufferResetFromISR() to reset a message buffer from an
806
806
* interrupt service routine (ISR).
807
807
*
808
808
* configUSE_STREAM_BUFFERS must be set to 1 in for FreeRTOSConfig.h for
Original file line number Diff line number Diff line change @@ -766,7 +766,7 @@ BaseType_t xStreamBufferIsEmpty( StreamBufferHandle_t xStreamBuffer ) PRIVILEGED
766
766
* the stream buffer is discarded. A stream buffer can only be reset if there
767
767
* are no tasks blocked waiting to either send to or receive from the stream
768
768
* buffer.
769
- *
769
+ *
770
770
* Use xStreamBufferReset() to reset a stream buffer from a task.
771
771
* Use xStreamBufferResetFromISR() to reset a stream buffer from an
772
772
* interrupt service routine (ISR).
@@ -798,7 +798,7 @@ BaseType_t xStreamBufferReset( StreamBufferHandle_t xStreamBuffer ) PRIVILEGED_F
798
798
* the stream buffer is discarded. A stream buffer can only be reset if there
799
799
* are no tasks blocked waiting to either send to or receive from the stream
800
800
* buffer.
801
- *
801
+ *
802
802
* Use xStreamBufferReset() to reset a stream buffer from a task.
803
803
* Use xStreamBufferResetFromISR() to reset a stream buffer from an
804
804
* interrupt service routine (ISR).
You can’t perform that action at this time.
0 commit comments