mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-15 08:05:15 -05:00
Code review suggestions
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
c618771364
commit
e7c632e86d
7 changed files with 146 additions and 10 deletions
|
|
@ -1484,6 +1484,14 @@
|
|||
#define traceRETURN_xQueueCreateSet( pxQueue )
|
||||
#endif
|
||||
|
||||
#ifndef traceENTER_xQueueCreateSetStatic
|
||||
#define traceENTER_xQueueCreateSetStatic( uxEventQueueLength )
|
||||
#endif
|
||||
|
||||
#ifndef traceRETURN_xQueueCreateSetStatic
|
||||
#define traceRETURN_xQueueCreateSetStatic( pxQueue )
|
||||
#endif
|
||||
|
||||
#ifndef traceENTER_xQueueAddToSet
|
||||
#define traceENTER_xQueueAddToSet( xQueueOrSemaphore, xQueueSet )
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue