mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 02:59:01 +01:00 
			
		
		
		
	Update comment in template FreeRTOSConfig.h (#1007)
Update the comment for configKERNEL_INTERRUPT_PRIORITY in the template FreeRTOSConfig.h. It was reported here - https://forums.freertos.org/t/migration-from-v10-5-1-to-v11-0-1-fails-with-new-freertosconfig-h-file/19276/ Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
		
							parent
							
								
									83b5b24950
								
							
						
					
					
						commit
						cff947acd0
					
				@ -283,10 +283,9 @@
 | 
			
		||||
/******************************************************************************/
 | 
			
		||||
 | 
			
		||||
/* configKERNEL_INTERRUPT_PRIORITY sets the priority of the tick and context
 | 
			
		||||
 * switch performing interrupts.  The default value is set to the highest interrupt
 | 
			
		||||
 * priority (0).  Not supported by all FreeRTOS ports.  See
 | 
			
		||||
 * https://www.freertos.org/RTOS-Cortex-M3-M4.html for information specific to ARM
 | 
			
		||||
 * Cortex-M devices. */
 | 
			
		||||
 * switch performing interrupts.  Not supported by all FreeRTOS ports.  See
 | 
			
		||||
 * https://www.freertos.org/RTOS-Cortex-M3-M4.html for information specific to
 | 
			
		||||
 * ARM Cortex-M devices. */
 | 
			
		||||
#define configKERNEL_INTERRUPT_PRIORITY          0
 | 
			
		||||
 | 
			
		||||
/* configMAX_SYSCALL_INTERRUPT_PRIORITY sets the interrupt priority above which
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user