forked from epagris/FreeRTOS-Kernel
		
	Fix xQueueSendToFront code comment (#796)
Co-authored-by: Robert Berger <Robert.Berger@ReliableEmbeddedSystems.com> Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> Co-authored-by: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									c6ec8295e8
								
							
						
					
					
						commit
						c59ce22c8f
					
				@ -267,7 +267,7 @@ typedef struct QueueDefinition   * QueueSetMemberHandle_t;
 | 
			
		||||
/**
 | 
			
		||||
 * queue. h
 | 
			
		||||
 * @code{c}
 | 
			
		||||
 * BaseType_t xQueueSendToToFront(
 | 
			
		||||
 * BaseType_t xQueueSendToFront(
 | 
			
		||||
 *                                 QueueHandle_t    xQueue,
 | 
			
		||||
 *                                 const void       *pvItemToQueue,
 | 
			
		||||
 *                                 TickType_t       xTicksToWait
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user