Skip to content

Commit

Permalink
updates FreeRTOS.h to handle new usages of task notify (FreeRTOS#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
syntroniks authored May 28, 2020
1 parent f602be2 commit 968a26c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/FreeRTOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -637,15 +637,15 @@ 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
#define traceTASK_NOTIFY_WAIT_BLOCK()
#endif

#ifndef traceTASK_NOTIFY_WAIT
#define traceTASK_NOTIFY_WAIT()
#define traceTASK_NOTIFY_WAIT( uxIndexToWait )
#endif

#ifndef traceTASK_NOTIFY
Expand Down

0 comments on commit 968a26c

Please sign in to comment.