mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-26 09:08:16 +00:00
Renamed trace point in prvNotifyQueueSetContainer() so it isn't a d… (#47)
* * Renamed trace point in prvNotifyQueueSetContainer() so it isn't a duplicate of the trace point in xQueueGenericSend() * * Fixed backwards compatibility. Co-authored-by: Erik Tamlin <erik.tamlin@percepio.com>
This commit is contained in:
2
queue.c
2
queue.c
@@ -2893,7 +2893,7 @@ Queue_t * const pxQueue = xQueue;
|
||||
{
|
||||
const int8_t cTxLock = pxQueueSetContainer->cTxLock;
|
||||
|
||||
traceQUEUE_SEND( pxQueueSetContainer );
|
||||
traceQUEUE_SET_SEND( pxQueueSetContainer );
|
||||
|
||||
/* The data copied is the handle of the queue that contains data. */
|
||||
xReturn = prvCopyDataToQueue( pxQueueSetContainer, &pxQueue, queueSEND_TO_BACK );
|
||||
|
||||
Reference in New Issue
Block a user