|
765 | 765 | #define traceQUEUE_SET_SEND traceQUEUE_SEND
|
766 | 766 | #endif
|
767 | 767 |
|
768 |
| -#ifndef traceQUEUE_SEND_EXT |
769 |
| - /* Extended version of traceQUEUE_SEND that also reports the copy position |
770 |
| - * of the sent data. */ |
771 |
| - #define traceQUEUE_SEND_EXT( pxQueue, xCopyPosition ) traceQUEUE_SEND( pxQueue ) |
772 |
| -#endif |
773 |
| - |
774 | 768 | #ifndef traceQUEUE_SEND
|
775 | 769 | #define traceQUEUE_SEND( pxQueue )
|
776 | 770 | #endif
|
777 | 771 |
|
| 772 | +/* Extended version of traceQUEUE_SEND that also reports the copy position |
| 773 | + * of the sent data. */ |
| 774 | +#ifndef traceQUEUE_SEND_EXT |
| 775 | + #define traceQUEUE_SEND_EXT( pxQueue, xCopyPosition ) traceQUEUE_SEND( pxQueue ) |
| 776 | +#endif |
| 777 | + |
778 | 778 | #ifndef traceQUEUE_SEND_FAILED
|
779 | 779 | #define traceQUEUE_SEND_FAILED( pxQueue )
|
780 | 780 | #endif
|
|
799 | 799 | #define traceQUEUE_RECEIVE_FAILED( pxQueue )
|
800 | 800 | #endif
|
801 | 801 |
|
802 |
| -#ifndef traceQUEUE_SEND_FROM_ISR_EXT |
803 |
| - /* Extended version of traceQUEUE_SEND_FROM_ISR that also reports the copy |
804 |
| - * position of the sent data. */ |
805 |
| - #define traceQUEUE_SEND_FROM_ISR_EXT( pxQueue, xCopyPosition ) traceQUEUE_SEND_FROM_ISR( pxQueue ) |
806 |
| -#endif |
807 |
| - |
808 | 802 | #ifndef traceQUEUE_SEND_FROM_ISR
|
809 | 803 | #define traceQUEUE_SEND_FROM_ISR( pxQueue )
|
810 | 804 | #endif
|
811 | 805 |
|
| 806 | +/* Extended version of traceQUEUE_SEND_FROM_ISR that also reports the copy |
| 807 | + * position of the sent data. */ |
| 808 | +#ifndef traceQUEUE_SEND_FROM_ISR_EXT |
| 809 | + #define traceQUEUE_SEND_FROM_ISR_EXT( pxQueue, xCopyPosition ) traceQUEUE_SEND_FROM_ISR( pxQueue ) |
| 810 | +#endif |
| 811 | + |
812 | 812 | #ifndef traceQUEUE_SEND_FROM_ISR_FAILED
|
813 | 813 | #define traceQUEUE_SEND_FROM_ISR_FAILED( pxQueue )
|
814 | 814 | #endif
|
|
0 commit comments