diff options
Diffstat (limited to 'keyboards/mitosis/matrix.c')
-rw-r--r-- | keyboards/mitosis/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mitosis/matrix.c b/keyboards/mitosis/matrix.c index 717a81067..71c372a3c 100644 --- a/keyboards/mitosis/matrix.c +++ b/keyboards/mitosis/matrix.c | |||
@@ -139,7 +139,7 @@ void matrix_print(void) | |||
139 | print_matrix_header(); | 139 | print_matrix_header(); |
140 | 140 | ||
141 | for (uint8_t row = 0; row < MATRIX_ROWS; row++) { | 141 | for (uint8_t row = 0; row < MATRIX_ROWS; row++) { |
142 | phex(row); print(": "); | 142 | print_hex8(row); print(": "); |
143 | print_matrix_row(row); | 143 | print_matrix_row(row); |
144 | print("\n"); | 144 | print("\n"); |
145 | } | 145 | } |