updates FreeRTOS.h to handle new usages of task notify (#64)
This commit is contained in:
@ -637,7 +637,7 @@ hold explicit before calling the code. */
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef traceTASK_NOTIFY_TAKE
|
#ifndef traceTASK_NOTIFY_TAKE
|
||||||
#define traceTASK_NOTIFY_TAKE()
|
#define traceTASK_NOTIFY_TAKE( uxIndexToWait )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef traceTASK_NOTIFY_WAIT_BLOCK
|
#ifndef traceTASK_NOTIFY_WAIT_BLOCK
|
||||||
@ -645,7 +645,7 @@ hold explicit before calling the code. */
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef traceTASK_NOTIFY_WAIT
|
#ifndef traceTASK_NOTIFY_WAIT
|
||||||
#define traceTASK_NOTIFY_WAIT()
|
#define traceTASK_NOTIFY_WAIT( uxIndexToWait )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef traceTASK_NOTIFY
|
#ifndef traceTASK_NOTIFY
|
||||||
|
Reference in New Issue
Block a user