mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 11:09:01 +01:00 
			
		
		
		
	Fix: C++ compiler warning (#203)
This commit is contained in:
		
							parent
							
								
									5fb26de019
								
							
						
					
					
						commit
						f62dfa20c8
					
				@ -129,7 +129,7 @@ typedef struct xMEMORY_REGION
 | 
			
		||||
typedef struct xTASK_PARAMETERS
 | 
			
		||||
{
 | 
			
		||||
    TaskFunction_t pvTaskCode;
 | 
			
		||||
    const char * const pcName;     /*lint !e971 Unqualified char types are allowed for strings and single characters only. */
 | 
			
		||||
    const char * pcName;     /*lint !e971 Unqualified char types are allowed for strings and single characters only. */
 | 
			
		||||
    configSTACK_DEPTH_TYPE usStackDepth;
 | 
			
		||||
    void * pvParameters;
 | 
			
		||||
    UBaseType_t uxPriority;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user