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:
		| @@ -210,7 +210,7 @@ void matrix_print(void) | ||||
|     print_matrix_header(); | ||||
|  | ||||
|     for (uint8_t row = 0; row < MATRIX_ROWS; row++) { | ||||
|         phex(row); print(": "); | ||||
|         print_hex8(row); print(": "); | ||||
|         print_matrix_row(row); | ||||
|         print("\n"); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user