From 968a26c469e2b932b7a7fb2b5b8789e525a302eb Mon Sep 17 00:00:00 2001 From: syntroniks Date: Thu, 28 May 2020 10:12:24 -0500 Subject: [PATCH] updates FreeRTOS.h to handle new usages of task notify (#64) --- include/FreeRTOS.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/FreeRTOS.h b/include/FreeRTOS.h index 530a237f1..05cda7da0 100644 --- a/include/FreeRTOS.h +++ b/include/FreeRTOS.h @@ -637,7 +637,7 @@ hold explicit before calling the code. */ #endif #ifndef traceTASK_NOTIFY_TAKE - #define traceTASK_NOTIFY_TAKE() + #define traceTASK_NOTIFY_TAKE( uxIndexToWait ) #endif #ifndef traceTASK_NOTIFY_WAIT_BLOCK @@ -645,7 +645,7 @@ hold explicit before calling the code. */ #endif #ifndef traceTASK_NOTIFY_WAIT - #define traceTASK_NOTIFY_WAIT() + #define traceTASK_NOTIFY_WAIT( uxIndexToWait ) #endif #ifndef traceTASK_NOTIFY