mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 02:32:42 -05:00 
			
		
		
		
	Corrected a comment.
This commit is contained in:
		
							parent
							
								
									2dc8e16e68
								
							
						
					
					
						commit
						a3cb76d07a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -93,7 +93,7 @@
 | 
				
			||||||
	/* Only the current stack state is to be checked. */
 | 
						/* Only the current stack state is to be checked. */
 | 
				
			||||||
	#define taskFIRST_CHECK_FOR_STACK_OVERFLOW()														\
 | 
						#define taskFIRST_CHECK_FOR_STACK_OVERFLOW()														\
 | 
				
			||||||
	{																									\
 | 
						{																									\
 | 
				
			||||||
	extern void vApplicationStackOverflowHook( xTaskHandle *pxTask, signed char *pcTaskName );		\
 | 
						extern void vApplicationStackOverflowHook( xTaskHandle *pxTask, signed char *pcTaskName );			\
 | 
				
			||||||
																										\
 | 
																															\
 | 
				
			||||||
		/* Is the currently saved stack pointer within the stack limit? */								\
 | 
							/* Is the currently saved stack pointer within the stack limit? */								\
 | 
				
			||||||
		if( pxCurrentTCB->pxTopOfStack <= pxCurrentTCB->pxStack )										\
 | 
							if( pxCurrentTCB->pxTopOfStack <= pxCurrentTCB->pxStack )										\
 | 
				
			||||||
| 
						 | 
					@ -102,7 +102,7 @@
 | 
				
			||||||
		}																								\
 | 
							}																								\
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif /* configCHECK_FOR_STACK_OVERFLOW == 1 */
 | 
					#endif /* configCHECK_FOR_STACK_OVERFLOW > 0 */
 | 
				
			||||||
/*-----------------------------------------------------------*/
 | 
					/*-----------------------------------------------------------*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if( ( configCHECK_FOR_STACK_OVERFLOW > 0 ) && ( portSTACK_GROWTH > 0 ) )
 | 
					#if( ( configCHECK_FOR_STACK_OVERFLOW > 0 ) && ( portSTACK_GROWTH > 0 ) )
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue