mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 11:09:01 +01:00 
			
		
		
		
	Update default value of configSTACK_DEPTH_TYPE in config file (#987)
This commit is contained in:
		
							parent
							
								
									7284d84dc8
								
							
						
					
					
						commit
						bd652237fb
					
				@ -2799,9 +2799,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#ifndef configSTACK_DEPTH_TYPE
 | 
					#ifndef configSTACK_DEPTH_TYPE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Defaults to uint16_t for backward compatibility, but can be overridden
 | 
					/* Defaults to StackType_t for backward compatibility, but can be overridden
 | 
				
			||||||
 * in FreeRTOSConfig.h if uint16_t is too restrictive. */
 | 
					 * in FreeRTOSConfig.h if StackType_t is too restrictive. */
 | 
				
			||||||
    #define configSTACK_DEPTH_TYPE    uint16_t
 | 
					    #define configSTACK_DEPTH_TYPE    StackType_t
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef configRUN_TIME_COUNTER_TYPE
 | 
					#ifndef configRUN_TIME_COUNTER_TYPE
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user