mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 11:09:01 +01:00 
			
		
		
		
	Paranthesize expression-like macro (#668)
This commit is contained in:
		
							parent
							
								
									c1980cedb1
								
							
						
					
					
						commit
						eb00a535a1
					
				@ -52,7 +52,7 @@
 | 
				
			|||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef configSET_TLS_BLOCK
 | 
					#ifndef configSET_TLS_BLOCK
 | 
				
			||||||
    #define configSET_TLS_BLOCK( xTLSBlock )    _impure_ptr = &( xTLSBlock )
 | 
					    #define configSET_TLS_BLOCK( xTLSBlock )    ( _impure_ptr = &( xTLSBlock ) )
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef configDEINIT_TLS_BLOCK
 | 
					#ifndef configDEINIT_TLS_BLOCK
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user