mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 11:09:01 +01:00 
			
		
		
		
	Fix prototype of MPU_vTimerSetReloadMode (#913)
This commit is contained in:
		
							parent
							
								
									592bfe0e01
								
							
						
					
					
						commit
						f8ef5f605b
					
				@ -1797,7 +1797,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    #if ( configUSE_TIMERS == 1 )
 | 
					    #if ( configUSE_TIMERS == 1 )
 | 
				
			||||||
        void MPU_vTimerSetReloadMode( TimerHandle_t xTimer,
 | 
					        void MPU_vTimerSetReloadMode( TimerHandle_t xTimer,
 | 
				
			||||||
                                      const UBaseType_t uxAutoReload ) /* FREERTOS_SYSTEM_CALL */
 | 
					                                      const BaseType_t uxAutoReload ) /* FREERTOS_SYSTEM_CALL */
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            if( portIS_PRIVILEGED() == pdFALSE )
 | 
					            if( portIS_PRIVILEGED() == pdFALSE )
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user