mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 11:09:01 +01:00 
			
		
		
		
	This reverts commit 45e97bd246e115ca9ebdd6538939478c6c6e6343.
This commit is contained in:
		
							parent
							
								
									58ffcb1a6d
								
							
						
					
					
						commit
						148c81a7bc
					
				@ -90,12 +90,7 @@
 | 
			
		||||
 | 
			
		||||
    #define portNVIC_INT_CTRL_REG     ( *( ( volatile uint32_t * ) 0xe000ed04 ) )
 | 
			
		||||
    #define portNVIC_PENDSVSET_BIT    ( 1UL << 28UL )
 | 
			
		||||
 | 
			
		||||
    #define portEND_SWITCHING_ISR( xSwitchRequired )        \
 | 
			
		||||
        do {                                                \
 | 
			
		||||
            if( (xSwitchRequired) != pdFALSE ) portYIELD(); \
 | 
			
		||||
        } while (0)
 | 
			
		||||
 | 
			
		||||
    #define portEND_SWITCHING_ISR( xSwitchRequired )    if( xSwitchRequired != pdFALSE ) portYIELD()
 | 
			
		||||
    #define portYIELD_FROM_ISR( x )                     portEND_SWITCHING_ISR( x )
 | 
			
		||||
/*-----------------------------------------------------------*/
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user