xRingbufferSendComplete() function
Actually send an item into the ring buffer allocated before by ``xRingbufferSendAcquire``.
Arguments
xRingbuffer
Ring buffer to insert the item into
pvItem
Pointer to item in allocated memory to insert.
Return value
- pdTRUE if succeeded - pdFALSE if fail for some reason.
Notes
Only applicable for no-split ring buffers. Only call for items allocated by ``xRingbufferSendAcquire``.