Fix formatting

This commit is contained in:
kar-rahul-aws 2024-04-16 12:28:43 +05:30
parent ea90347741
commit 715ec74bfe
2 changed files with 6 additions and 6 deletions

View file

@ -767,9 +767,9 @@ typedef StreamBufferHandle_t MessageBufferHandle_t;
* contained. * contained.
* *
* A message buffer can only be reset if there are no tasks blocked on it. * A message buffer can only be reset if there are no tasks blocked on it.
* *
* Use xMessageBufferReset() to reset a message buffer from a task. * Use xMessageBufferReset() to reset a message buffer from a task.
* Use xMessageBufferResetFromISR() to reset a maessage buffer from an * Use xMessageBufferResetFromISR() to reset a message buffer from an
* interrupt service routine (ISR). * interrupt service routine (ISR).
* *
* configUSE_STREAM_BUFFERS must be set to 1 in for FreeRTOSConfig.h for * configUSE_STREAM_BUFFERS must be set to 1 in for FreeRTOSConfig.h for
@ -800,9 +800,9 @@ typedef StreamBufferHandle_t MessageBufferHandle_t;
* contained. * contained.
* *
* A message buffer can only be reset if there are no tasks blocked on it. * A message buffer can only be reset if there are no tasks blocked on it.
* *
* Use xMessageBufferReset() to reset a message buffer from a task. * Use xMessageBufferReset() to reset a message buffer from a task.
* Use xMessageBufferResetFromISR() to reset a maessage buffer from an * Use xMessageBufferResetFromISR() to reset a message buffer from an
* interrupt service routine (ISR). * interrupt service routine (ISR).
* *
* configUSE_STREAM_BUFFERS must be set to 1 in for FreeRTOSConfig.h for * configUSE_STREAM_BUFFERS must be set to 1 in for FreeRTOSConfig.h for

View file

@ -766,7 +766,7 @@ BaseType_t xStreamBufferIsEmpty( StreamBufferHandle_t xStreamBuffer ) PRIVILEGED
* the stream buffer is discarded. A stream buffer can only be reset if there * the stream buffer is discarded. A stream buffer can only be reset if there
* are no tasks blocked waiting to either send to or receive from the stream * are no tasks blocked waiting to either send to or receive from the stream
* buffer. * buffer.
* *
* Use xStreamBufferReset() to reset a stream buffer from a task. * Use xStreamBufferReset() to reset a stream buffer from a task.
* Use xStreamBufferResetFromISR() to reset a stream buffer from an * Use xStreamBufferResetFromISR() to reset a stream buffer from an
* interrupt service routine (ISR). * interrupt service routine (ISR).
@ -798,7 +798,7 @@ BaseType_t xStreamBufferReset( StreamBufferHandle_t xStreamBuffer ) PRIVILEGED_F
* the stream buffer is discarded. A stream buffer can only be reset if there * the stream buffer is discarded. A stream buffer can only be reset if there
* are no tasks blocked waiting to either send to or receive from the stream * are no tasks blocked waiting to either send to or receive from the stream
* buffer. * buffer.
* *
* Use xStreamBufferReset() to reset a stream buffer from a task. * Use xStreamBufferReset() to reset a stream buffer from a task.
* Use xStreamBufferResetFromISR() to reset a stream buffer from an * Use xStreamBufferResetFromISR() to reset a stream buffer from an
* interrupt service routine (ISR). * interrupt service routine (ISR).