mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 11:09:01 +01:00 
			
		
		
		
	updates FreeRTOS.h to handle new usages of task notify (#64)
This commit is contained in:
		
							parent
							
								
									f602be2a90
								
							
						
					
					
						commit
						968a26c469
					
				@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user