Add missing parenthesis back to backlight_tick
This commit is contained in:
		
							parent
							
								
									b0805e38b9
								
							
						
					
					
						commit
						91c133f4e0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -904,7 +904,7 @@ void backlight_task(void) {
 | 
			
		|||
      _SFR_IO8((backlight_pin >> 4) + 2) &= ~_BV(backlight_pin & 0xF);
 | 
			
		||||
    #endif
 | 
			
		||||
  }
 | 
			
		||||
  backlight_tick = backlight_tick + 1 % 16;
 | 
			
		||||
  backlight_tick = (backlight_tick + 1) % 16;
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue