We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f602be2 commit 968a26cCopy full SHA for 968a26c
include/FreeRTOS.h
@@ -637,15 +637,15 @@ hold explicit before calling the code. */
637
#endif
638
639
#ifndef traceTASK_NOTIFY_TAKE
640
- #define traceTASK_NOTIFY_TAKE()
+ #define traceTASK_NOTIFY_TAKE( uxIndexToWait )
641
642
643
#ifndef traceTASK_NOTIFY_WAIT_BLOCK
644
#define traceTASK_NOTIFY_WAIT_BLOCK()
645
646
647
#ifndef traceTASK_NOTIFY_WAIT
648
- #define traceTASK_NOTIFY_WAIT()
+ #define traceTASK_NOTIFY_WAIT( uxIndexToWait )
649
650
651
#ifndef traceTASK_NOTIFY
0 commit comments