diff --git a/include/FreeRTOS.h b/include/FreeRTOS.h index 9048eb370..b6425dbaa 100644 --- a/include/FreeRTOS.h +++ b/include/FreeRTOS.h @@ -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