summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source
diff options
context:
space:
mode:
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2018-09-01 02:42:34 +0000
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2018-09-01 02:42:34 +0000
commit6c4db7f97e63a98d961377c456ab1fec75532668 (patch)
tree11fc724f4f41f185d7f42e2f4d028aad23ccfb9a /FreeRTOS/Source
parent5b443545ea19956661fe37644b52f68d2e818907 (diff)
downloadfreertos-6c4db7f97e63a98d961377c456ab1fec75532668.tar.gz
Two minor updates in the comments to fix html formatting that was preventing doxygen creating documents correctly.
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2573 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS/Source')
-rw-r--r--FreeRTOS/Source/include/stream_buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/FreeRTOS/Source/include/stream_buffer.h b/FreeRTOS/Source/include/stream_buffer.h
index 61c4e9226..f1ee4776f 100644
--- a/FreeRTOS/Source/include/stream_buffer.h
+++ b/FreeRTOS/Source/include/stream_buffer.h
@@ -221,7 +221,7 @@ size_t xStreamBufferSend( StreamBufferHandle_t xStreamBuffer,
const void *pvTxData,
size_t xDataLengthBytes,
TickType_t xTicksToWait );
-<pre>
+</pre>
*
* Sends bytes to a stream buffer. The bytes are copied into the stream buffer.
*
@@ -318,7 +318,7 @@ size_t xStreamBufferSendFromISR( StreamBufferHandle_t xStreamBuffer,
const void *pvTxData,
size_t xDataLengthBytes,
BaseType_t *pxHigherPriorityTaskWoken );
-<pre>
+</pre>
*
* Interrupt safe version of the API function that sends a stream of bytes to
* the stream buffer.