mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 02:32:42 -05:00 
			
		
		
		
	Minor tidy up. No functional difference.
This commit is contained in:
		
							parent
							
								
									98daf5a1b8
								
							
						
					
					
						commit
						8ffe2b49e8
					
				
					 1 changed files with 1 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -443,14 +443,7 @@ portBASE_TYPE xHigherPriorityTaskWoken = pdFALSE;
 | 
			
		|||
	/* If posting to the queue woke a task that was blocked on the queue we may
 | 
			
		||||
	want to switch to the woken task - depending on its priority relative to
 | 
			
		||||
	the task interrupted by this ISR. */
 | 
			
		||||
	if( xHigherPriorityTaskWoken )
 | 
			
		||||
	{
 | 
			
		||||
		return pdTRUE;
 | 
			
		||||
	}
 | 
			
		||||
	else
 | 
			
		||||
	{
 | 
			
		||||
		return pdFALSE;
 | 
			
		||||
	}
 | 
			
		||||
	return xHigherPriorityTaskWoken;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue