Migrate and remove deprecated debug utils (#22961)
This commit is contained in:
		
							parent
							
								
									728aa576b0
								
							
						
					
					
						commit
						a632593769
					
				
					 13 changed files with 26 additions and 127 deletions
				
			
		| 
						 | 
				
			
			@ -88,7 +88,7 @@ uint8_t matrix_scan(void)
 | 
			
		|||
        if (matrix_debouncing[i] != cols) {
 | 
			
		||||
            matrix_debouncing[i] = cols;
 | 
			
		||||
            if (debouncing) {
 | 
			
		||||
                debug("bounce!: "); debug_hex(debouncing); debug("\n");
 | 
			
		||||
                dprintf("bounce!: %02X\n", debouncing);
 | 
			
		||||
            }
 | 
			
		||||
            debouncing = DEBOUNCE;
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue