mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 02:32:42 -05:00 
			
		
		
		
	Uncrustified tasks.c
This commit is contained in:
		
							parent
							
								
									74f816ab40
								
							
						
					
					
						commit
						bc42e04850
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		
							
								
								
									
										3
									
								
								tasks.c
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								tasks.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -2754,6 +2754,7 @@ static BaseType_t prvCreateIdleTasks( void )
 | 
			
		|||
            }
 | 
			
		||||
        #endif /* configSUPPORT_STATIC_ALLOCATION */
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    return xReturn;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -4221,7 +4222,7 @@ void vTaskMissedYield( void )
 | 
			
		|||
 *
 | 
			
		||||
 * The minimal idle task is used for all the additional Cores in a SMP system.
 | 
			
		||||
 * There must be only 1 idle task and the rest are minimal idle tasks.
 | 
			
		||||
 * 
 | 
			
		||||
 *
 | 
			
		||||
 * @todo additional conditional compiles to remove this function.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue