mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 00:57:44 -04:00
* Fixed backwards compatibility.
This commit is contained in:
parent
ddd02abf47
commit
11d1719ea5
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue