File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 772
772
/* Extended version of traceQUEUE_SEND that also reports the copy position
773
773
* of the sent data. */
774
774
#ifndef traceQUEUE_SEND_EXT
775
- #define traceQUEUE_SEND_EXT ( pxQueue , xCopyPosition ) traceQUEUE_SEND( pxQueue )
775
+ #define traceQUEUE_SEND_EXT ( pxQueue , xCopyPosition ) traceQUEUE_SEND( pxQueue )
776
776
#endif
777
777
778
778
#ifndef traceQUEUE_SEND_FAILED
806
806
/* Extended version of traceQUEUE_SEND_FROM_ISR that also reports the copy
807
807
* position of the sent data. */
808
808
#ifndef traceQUEUE_SEND_FROM_ISR_EXT
809
- #define traceQUEUE_SEND_FROM_ISR_EXT ( pxQueue , xCopyPosition ) traceQUEUE_SEND_FROM_ISR( pxQueue )
809
+ #define traceQUEUE_SEND_FROM_ISR_EXT ( pxQueue , xCopyPosition ) traceQUEUE_SEND_FROM_ISR( pxQueue )
810
810
#endif
811
811
812
812
#ifndef traceQUEUE_SEND_FROM_ISR_FAILED
Original file line number Diff line number Diff line change @@ -315,7 +315,6 @@ BaseType_t xQueueGenericReset( QueueHandle_t xQueue,
315
315
/* Check for multiplication overflow. */
316
316
( ( SIZE_MAX / pxQueue -> uxLength ) >= pxQueue -> uxItemSize ) )
317
317
{
318
-
319
318
traceQUEUE_RESET ( pxQueue , xNewQueue );
320
319
321
320
taskENTER_CRITICAL ();
You can’t perform that action at this time.
0 commit comments