* 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() #define traceCREATE_COUNTING_SEMAPHORE_FAILED()
#endif #endif
#ifndef traceQUEUE_SEND #ifndef traceQUEUE_SET_SEND
#define traceQUEUE_SEND( pxQueue ) #define traceQUEUE_SET_SEND traceQUEUE_SEND
#endif #endif
#ifndef traceQUEUE_SET_SEND #ifndef traceQUEUE_SEND
#define traceQUEUE_SET_SEND( pxQueue ) #define traceQUEUE_SEND( pxQueue )
#endif #endif
#ifndef traceQUEUE_SEND_FAILED #ifndef traceQUEUE_SEND_FAILED