1
0
Fork 0

Simplification and code polish on ps2avrGB directory

This commit is contained in:
Luiz Ribeiro 2017-01-21 13:44:36 -05:00
parent f7462aaa61
commit 461dfd4462
4 changed files with 27 additions and 37 deletions

View file

@ -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) {
}