mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
finish up PR67. Also add missing <\pre> tags (#130)
This commit is contained in:
parent
6ef079f393
commit
ebda49376e
6 changed files with 225 additions and 101 deletions
|
@ -218,7 +218,7 @@ typedef void * MessageBufferHandle_t;
|
|||
* const void *pvTxData,
|
||||
* size_t xDataLengthBytes,
|
||||
* TickType_t xTicksToWait );
|
||||
* <pre>
|
||||
* </pre>
|
||||
*
|
||||
* Sends a discrete message to the message buffer. The message can be any
|
||||
* length that fits within the buffer's free space, and is copied into the
|
||||
|
@ -318,7 +318,7 @@ typedef void * MessageBufferHandle_t;
|
|||
* const void *pvTxData,
|
||||
* size_t xDataLengthBytes,
|
||||
* BaseType_t *pxHigherPriorityTaskWoken );
|
||||
* <pre>
|
||||
* </pre>
|
||||
*
|
||||
* Interrupt safe version of the API function that sends a discrete message to
|
||||
* the message buffer. The message can be any length that fits within the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue