* Fixed backwards compatibility.

This commit is contained in:
Erik Tamlin 2020-06-02 10:23:26 +02:00
parent ddd02abf47
commit 11d1719ea5

View file

@ -456,12 +456,12 @@ hold explicit before calling the code. */
#define traceCREATE_COUNTING_SEMAPHORE_FAILED()
#endif
#ifndef traceQUEUE_SEND
#define traceQUEUE_SEND( pxQueue )
#ifndef traceQUEUE_SET_SEND
#define traceQUEUE_SET_SEND traceQUEUE_SEND
#endif
#ifndef traceQUEUE_SET_SEND
#define traceQUEUE_SET_SEND( pxQueue )
#ifndef traceQUEUE_SEND
#define traceQUEUE_SEND( pxQueue )
#endif
#ifndef traceQUEUE_SEND_FAILED