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
				
			
		| 
						 | 
				
			
			@ -60,8 +60,7 @@ static bool read_rows_on_col(matrix_row_t current_matrix[], uint8_t current_col)
 | 
			
		|||
    row_data = spi_read() << 8;
 | 
			
		||||
    row_data |= spi_read();
 | 
			
		||||
 | 
			
		||||
    debug_hex8(~row_data);
 | 
			
		||||
    dprint(" ");
 | 
			
		||||
    dprintf("%02X ", ~row_data);
 | 
			
		||||
 | 
			
		||||
    // For each row...
 | 
			
		||||
    for (uint8_t row_index = 0; row_index < MATRIX_ROWS; row_index++) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue