Format code according to conventions (#16322)
This commit is contained in:
		
							parent
							
								
									afcdd7079c
								
							
						
					
					
						commit
						63646e8906
					
				
					 345 changed files with 4916 additions and 3229 deletions
				
			
		| 
						 | 
				
			
			@ -81,7 +81,7 @@ ISR(WDT_vect) {
 | 
			
		|||
    // compensate timer for sleep
 | 
			
		||||
    switch (wdt_timeout) {
 | 
			
		||||
        case WDTO_15MS:
 | 
			
		||||
            timer_count += 15 + 2;  // WDTO_15MS + 2(from observation)
 | 
			
		||||
            timer_count += 15 + 2; // WDTO_15MS + 2(from observation)
 | 
			
		||||
            break;
 | 
			
		||||
        default:;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue