mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 11:09:01 +01:00 
			
		
		
		
	Comment: fix code comment for xTaskAbortDelay (#272)
This commit is contained in:
		
							parent
							
								
									98eba938e2
								
							
						
					
					
						commit
						4b5d1e4395
					
				
							
								
								
									
										4
									
								
								tasks.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								tasks.c
									
									
									
									
									
								
							@ -2694,8 +2694,8 @@ BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp )
 | 
			
		||||
                #if ( configUSE_PREEMPTION == 1 )
 | 
			
		||||
                    {
 | 
			
		||||
                        /* Preemption is on, but a context switch should only be
 | 
			
		||||
                         *  performed if the unblocked task has a priority that is
 | 
			
		||||
                         *  equal to or higher than the currently executing task. */
 | 
			
		||||
                         * performed if the unblocked task has a priority that is
 | 
			
		||||
                         * higher than the currently executing task. */
 | 
			
		||||
                        if( pxTCB->uxPriority > pxCurrentTCB->uxPriority )
 | 
			
		||||
                        {
 | 
			
		||||
                            /* Pend the yield to be performed when the scheduler
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user