Skip to content

Commit 968a26c

Browse files
authored
updates FreeRTOS.h to handle new usages of task notify (FreeRTOS#64)
1 parent f602be2 commit 968a26c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/FreeRTOS.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,15 +637,15 @@ hold explicit before calling the code. */
637637
#endif
638638

639639
#ifndef traceTASK_NOTIFY_TAKE
640-
#define traceTASK_NOTIFY_TAKE()
640+
#define traceTASK_NOTIFY_TAKE( uxIndexToWait )
641641
#endif
642642

643643
#ifndef traceTASK_NOTIFY_WAIT_BLOCK
644644
#define traceTASK_NOTIFY_WAIT_BLOCK()
645645
#endif
646646

647647
#ifndef traceTASK_NOTIFY_WAIT
648-
#define traceTASK_NOTIFY_WAIT()
648+
#define traceTASK_NOTIFY_WAIT( uxIndexToWait )
649649
#endif
650650

651651
#ifndef traceTASK_NOTIFY

0 commit comments

Comments
 (0)