1
0
Fork 0

Remove legacy print backward compatiblitly (#11805)

* Remove legacy print backward compatiblitly

* Remove legacy print backward compatiblitly - core

* revert comment changes
This commit is contained in:
Joel Challis 2021-02-06 16:56:13 +00:00 committed by GitHub
parent c50ecb4bb0
commit f5a38b95c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
71 changed files with 107 additions and 117 deletions

View file

@ -63,7 +63,7 @@ static bool read_rows_on_col(matrix_row_t current_matrix[], uint8_t current_col)
row_data |= spi_read();
#if DEBUG
phex(~row_data);
print_hex8(~row_data);
uprint(" ");
#endif
// For each row...