mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 02:32:42 -05:00 
			
		
		
		
	Formatting only.
This commit is contained in:
		
							parent
							
								
									4965cdb367
								
							
						
					
					
						commit
						28aa468bd0
					
				
					 1 changed files with 18 additions and 18 deletions
				
			
		| 
						 | 
					@ -60,20 +60,20 @@
 | 
				
			||||||
 *----------------------------------------------------------*/
 | 
					 *----------------------------------------------------------*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Constants used with the cRxLock and cTxLock structure members. */
 | 
					/* Constants used with the cRxLock and cTxLock structure members. */
 | 
				
			||||||
#define queueUNLOCKED							( ( signed portBASE_TYPE ) -1 )
 | 
					#define queueUNLOCKED					( ( signed portBASE_TYPE ) -1 )
 | 
				
			||||||
#define queueLOCKED_UNMODIFIED					( ( signed portBASE_TYPE ) 0 )
 | 
					#define queueLOCKED_UNMODIFIED			( ( signed portBASE_TYPE ) 0 )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define queueERRONEOUS_UNBLOCK					( -1 )
 | 
					#define queueERRONEOUS_UNBLOCK			( -1 )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* For internal use only. */
 | 
					/* For internal use only. */
 | 
				
			||||||
#define	queueSEND_TO_BACK	( 0 )
 | 
					#define	queueSEND_TO_BACK				( 0 )
 | 
				
			||||||
#define	queueSEND_TO_FRONT	( 1 )
 | 
					#define	queueSEND_TO_FRONT				( 1 )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Effectively make a union out of the xQUEUE structure. */
 | 
					/* Effectively make a union out of the xQUEUE structure. */
 | 
				
			||||||
#define pxMutexHolder				pcTail
 | 
					#define pxMutexHolder					pcTail
 | 
				
			||||||
#define uxQueueType					pcHead
 | 
					#define uxQueueType						pcHead
 | 
				
			||||||
#define uxRecursiveCallCount		pcReadFrom
 | 
					#define uxRecursiveCallCount			pcReadFrom
 | 
				
			||||||
#define queueQUEUE_IS_MUTEX			NULL
 | 
					#define queueQUEUE_IS_MUTEX				NULL
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Semaphores do not actually store or copy data, so have an items size of
 | 
					/* Semaphores do not actually store or copy data, so have an items size of
 | 
				
			||||||
zero. */
 | 
					zero. */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue