Skip to content

Commit

Permalink
Fix formatting check
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Aggarwal <[email protected]>
  • Loading branch information
aggarg committed Mar 22, 2023
1 parent 74c633a commit 3550b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/message_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ typedef StreamBufferHandle_t MessageBufferHandle_t;
* @code{c}
* BaseType_t xMessageBufferGetStaticBuffers( MessageBufferHandle_t xMessageBuffer,
* uint8_t ** ppucMessageBufferStorageArea,
* StaticMessageBuffer_t ** ppxStaticMessageBuffer );
* StaticMessageBuffer_t ** ppxStaticMessageBuffer );
* @endcode
*
* Retrieve pointers to a statically created message buffer's data structure
Expand Down

0 comments on commit 3550b0d

Please sign in to comment.