apptrace: Fixes tracing xQueueGiveFromISR

This commit is contained in:
Alexey Gerenkov
2018-11-19 23:30:04 +03:00
parent d52ecb71d6
commit c0f37a324e
3 changed files with 14 additions and 4 deletions

View File

@@ -514,6 +514,14 @@ extern "C" {
#define traceTASK_CREATE( pxNewTCB )
#endif
#ifndef traceQUEUE_GIVE_FROM_ISR
#define traceQUEUE_GIVE_FROM_ISR( pxQueue )
#endif
#ifndef traceQUEUE_GIVE_FROM_ISR_FAILED
#define traceQUEUE_GIVE_FROM_ISR_FAILED( pxQueue )
#endif
#ifndef traceTASK_CREATE_FAILED
#define traceTASK_CREATE_FAILED()
#endif