Simplification and code polish on ps2avrGB directory
This commit is contained in:
parent
f7462aaa61
commit
461dfd4462
4 changed files with 27 additions and 37 deletions
|
@ -100,6 +100,5 @@ inline matrix_row_t matrix_get_row(uint8_t row) {
|
|||
return matrix[row];
|
||||
}
|
||||
|
||||
void matrix_print(void)
|
||||
{
|
||||
void matrix_print(void) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue