Two minor updates in the comments to fix html formatting that was preventing doxygen creating documents correctly.

This commit is contained in:
Richard Barry 2018-09-01 02:42:34 +00:00
parent 97a686b2e1
commit 21a8ff35dd

View file

@ -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.