mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 02:32:42 -05:00 
			
		
		
		
	Remove commented out code.
This commit is contained in:
		
							parent
							
								
									65704174c9
								
							
						
					
					
						commit
						18caebf1d1
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -245,8 +245,6 @@ void vStartInterruptQueueTasks( void )
 | 
			
		|||
	interrupts. */
 | 
			
		||||
	xNormallyFullQueue = xQueueCreate( intqQUEUE_LENGTH, ( unsigned portBASE_TYPE ) sizeof( unsigned portBASE_TYPE ) );
 | 
			
		||||
	xNormallyEmptyQueue = xQueueCreate( intqQUEUE_LENGTH, ( unsigned portBASE_TYPE ) sizeof( unsigned portBASE_TYPE ) );
 | 
			
		||||
//	vTraceSetQueueName( xNormallyFullQueue, "NF" );
 | 
			
		||||
//	vTraceSetQueueName( xNormallyEmptyQueue, "NE" );
 | 
			
		||||
 | 
			
		||||
	/* vQueueAddToRegistry() adds the queue to the queue registry, if one is
 | 
			
		||||
	in use.  The queue registry is provided as a means for kernel aware
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue